IPluginHost.OnPrivateNoticeMessage Event

AdiIRC API v2

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.DelegatesPrivateNoticeMessage
Remarks
Scripted Event Equivalent: on NOTICE
See Also