EatData Enumeration

AdiIRC API v2

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
public enum EatData
Public Enumeration EatData
public enum class EatData
type 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