Delegate gets called when the user changes a options and the config file is reloaded.
Namespace:
AdiIRCAPI
Assembly:
AdiIRCAPI (in AdiIRCAPI.dll) Version: 1.8.0.0 (1.8.0.0)
Syntax public delegate void OptionsChanged()
Public Delegate Sub OptionsChanged
public delegate void OptionsChanged()
type OptionsChanged =
delegate of unit -> unit
See Also