| IPluginHostOnServerNotice Event | 
 
            Delegate gets called when a IServer recives a notice
            
 
    Namespace: 
   AdiIRCAPI
    Assembly:
   AdiIRCAPI (in AdiIRCAPI.dll) Version: 1.8.0.0 (1.8.0.0)
 Syntax
Syntaxevent ServerNotice OnServerNotice
Event OnServerNotice As ServerNotice
 event ServerNotice^ OnServerNotice {
	void add (ServerNotice^ value);
	void remove (ServerNotice^ value);
}abstract OnServerNotice : IEvent<ServerNotice,
    EventArgs>
Value
Type: 
AdiIRCAPIServerNotice See Also
See Also