ApplicationOptionsChanged Delegate

AdiIRC API v2

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.4 (2.0.1.4)
Syntax
public delegate void ApplicationOptionsChanged(
	ApplicationOptionsChangedArgs argument
)
Public Delegate Sub ApplicationOptionsChanged ( 
	argument As ApplicationOptionsChangedArgs
)
public delegate void ApplicationOptionsChanged(
	ApplicationOptionsChangedArgs^ argument
)
type ApplicationOptionsChanged = 
    delegate of 
        argument : ApplicationOptionsChangedArgs -> unit

Parameters

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