LoadConfigurationEventHandler

Wisej.Core.LoadConfigurationEventHandler

Namespace: Wisej.Core

Assembly: Wisej.Framework (3.1.0.0)

Represents a method that handles the LoadConfiguration event.

public delegate void LoadConfigurationEventHandler(Object sender, LoadConfigurationEventArgs args)

Parameters

Name
Type
Description

sender

The source of the event. Always null.

args

The event data.

Fired By

Name
Description

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

Last updated