A Sandcastle Documented Class Library
EatData Enumeration |
Return data for delegates to indicate whether AdiIRC should continue with the event processing.
Namespace: AdiIRCAPIv2.Enumerators
Assembly: AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.4 (2.0.1.4)
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
EatNone | 0 | Continue processing the event as usual | |
EatText | 1 | Hide the text output from this event. | |
EatAll | 2 | Stop default processing of the event |
See Also