LoadConfigurationEventHandler
Namespace: Wisej.Core
Assembly: Wisej.Framework (4.1.0.0)
Represents a method that handles the LoadConfiguration event.
- C#
- VB.NET
public delegate void LoadConfigurationEventHandler(Object sender, LoadConfigurationEventArgs args)
Public Delegate Sub LoadConfigurationEventHandler(ByVal sender As [Object], ByVal args As LoadConfigurationEventArgs)
Parameters
| Name | Type | Description |
|---|---|---|
| sender | Object | The source of the event. Always null. |
| args | LoadConfigurationEventArgs | The event data. |
Fired By
| Name | Description |
|---|---|
| Configuration.LoadConfiguration | Fired when the system needs to load a Wisej configuration file. |