Skip to main content
Version: 4.1

LoadConfigurationEventHandler

Namespace: Wisej.Core

Assembly: Wisej.Framework (4.1.0.0)

Represents a method that handles the LoadConfiguration event.

public delegate void LoadConfigurationEventHandler(Object sender, LoadConfigurationEventArgs args)

Parameters

NameTypeDescription
senderObjectThe source of the event. Always null.
argsLoadConfigurationEventArgsThe event data.

Fired By

NameDescription
Configuration.LoadConfigurationFired when the system needs to load a Wisej configuration file.