IRC.NET


IrcPreviewMessageEventArgs

Defined in IrcDotNet.dll.
Gives the option to handle the preview event and thus stop the normal event from being raised.

Instance members

Instance memberDescription
Handled()
Signature: unit -> unit
Gets or sets whether the event has been handled. If it is handled, the corresponding normal (non-preview) event is not raised.
Fork me on GitHub