IPluginHost.OnScriptSignalEvent Event

AdiIRC API v2

IPluginHostOnScriptSignalEvent Event

Delegate gets called when a scripted signal is emitted

Namespace:  AdiIRCAPIv2.Interfaces
Assembly:  AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.4 (2.0.1.4)
Syntax
event ScriptSignalEvent OnScriptSignalEvent
Event OnScriptSignalEvent As ScriptSignalEvent
 event ScriptSignalEvent^ OnScriptSignalEvent {
	void add (ScriptSignalEvent^ value);
	void remove (ScriptSignalEvent^ value);
}
abstract OnScriptSignalEvent : IEvent<ScriptSignalEvent,
    EventArgs>

Value

Type: AdiIRCAPIv2.DelegatesScriptSignalEvent
Remarks
Scripted Event Equivalent: on SIGNAL
See Also