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
MessageDispatchPhase
|
Tunnel
Message is being dispatched down to all descendants.
Declaration
public const MessageDispatchPhase Tunnel
Field Value
MessageDispatchPhase
|
value__
Declaration
public int value__
Field Value
System.Int32
|