A Sandcastle Documented Class Library
A Sandcastle Documented Class Library
AdiIRCAPIv2.Enumerators
EatData Enumeration
MenuContext Enumeration
MenuType Enumeration
MessageType Enumeration
PluginScriptLoadType Enumeration
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.7 (2.0.1.7)
Syntax
C#
Copy
public
enum
EatData
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
Reference
AdiIRCAPIv2.Enumerators Namespace