Class MessageDispatchPhase
Defines the possible phases a message dispatch process may enter.
Inheritance
System.Object
MessageDispatchPhase
Namespace: Telerik.Charting
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public sealed class MessageDispatchPhase : Enum
Fields
Bubble
Message is being dispatched up in the parent chain.
Declaration
public const MessageDispatchPhase Bubble
Field Value
Tunnel
Message is being dispatched down to all descendants.
Declaration
public const MessageDispatchPhase Tunnel
Field Value
value__
Declaration
public int value__
Field Value
System.
|