A Sandcastle Documented Class Library
IPluginHostOnPrivateNoticeMessage Event |
Delegate gets called when your IUser receives a notice
Namespace: AdiIRCAPIv2.Interfaces
Assembly: AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.4 (2.0.1.4)
Syntax
event PrivateNoticeMessage OnPrivateNoticeMessage
Event OnPrivateNoticeMessage As PrivateNoticeMessage
event PrivateNoticeMessage^ OnPrivateNoticeMessage { void add (PrivateNoticeMessage^ value); void remove (PrivateNoticeMessage^ value); }
abstract OnPrivateNoticeMessage : IEvent<PrivateNoticeMessage, EventArgs>
Value
Type: AdiIRCAPIv2.DelegatesPrivateNoticeMessageRemarks
Scripted Event Equivalent: on NOTICE
See Also