IPluginHost.OnChannelMode Event

AdiIRC API v2

IPluginHostOnChannelMode Event

Delegate gets called for each mode applied to an IChannel

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

Value

Type: AdiIRCAPIv2.DelegatesChannelMode
Remarks
User-status related modes are not included Scripted Event Equivalent: on MODE
See Also