Click or drag to resize

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#
public enum EatData
Members
  Member nameValueDescription
EatNone0 Continue processing the event as usual
EatText1 Hide the text output from this event.
EatAll2 Stop default processing of the event
See Also