LoadConfigurationEventHandler
Wisej.Core.LoadConfigurationEventHandler
Last updated
Was this helpful?
Wisej.Core.LoadConfigurationEventHandler
Last updated
Was this helpful?
Namespace: Wisej.Core
Assembly: Wisej.Framework (4.0.0.0)
Represents a method that handles the LoadConfiguration event.
public delegate void LoadConfigurationEventHandler(Object sender, LoadConfigurationEventArgs args)
sender
The source of the event. Always null.
args
The event data.
Fired when the system needs to load a Wisej configuration file.