LoadConfigurationEventHandler

Wisej.Core.LoadConfigurationEventHandler

Namespace: Wisej.Core

Assembly: Wisej.Framework (3.5.0.0)

Represents a method that handles the LoadConfiguration event.

public delegate void LoadConfigurationEventHandler(Object sender, LoadConfigurationEventArgs args)

Parameters

NameTypeDescription

sender

The source of the event. Always null.

args

The event data.

Fired By

NameDescription

Fired when the system needs to load a Wisej configuration file.

Last updated