A Sandcastle Documented Class Library
IPluginHostOnChannelModeUserVoiced Event |
Delegate gets called when a user is voiced'ed in an IChannel
Namespace: AdiIRCAPIv2.Interfaces
Assembly: AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.4 (2.0.1.4)
Syntax
event ChannelModeUserVoiced OnChannelModeUserVoiced
Event OnChannelModeUserVoiced As ChannelModeUserVoiced
event ChannelModeUserVoiced^ OnChannelModeUserVoiced { void add (ChannelModeUserVoiced^ value); void remove (ChannelModeUserVoiced^ value); }
abstract OnChannelModeUserVoiced : IEvent<ChannelModeUserVoiced, EventArgs>
Value
Type: AdiIRCAPIv2.DelegatesChannelModeUserVoicedRemarks
Scripted Event Equivalent: on VOICE
See Also