Click or drag to resize

ApplicationOptionsChanged Delegate

Delegate gets called when the user changes options and the config file is reloaded

Namespace:  AdiIRCAPIv2.Delegates
Assembly:  AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.7 (2.0.1.7)
Syntax
C#
public delegate void ApplicationOptionsChanged(
	ApplicationOptionsChangedArgs argument
)

Parameters

argument
Type: AdiIRCAPIv2.Arguments.ApplicationApplicationOptionsChangedArgs
Remarks
Scripted Event Equivalent: on OPTIONS
See Also