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 member | Description |
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. |