Wisej.Core.LoadConfigurationEventHandler
Last updated 1 year ago
Was this helpful?
Namespace: Wisej.Core
Assembly: Wisej.Framework (3.2.0.0)
Represents a method that handles the event.
public delegate void LoadConfigurationEventHandler(Object sender, LoadConfigurationEventArgs args)
Public Delegate Sub LoadConfigurationEventHandler(ByVal sender As [Object], ByVal args As LoadConfigurationEventArgs)
sender
The source of the event. Always null.
args
The event data.
Fired when the system needs to load a Wisej configuration file.