Class MessageDispatchMode
Defines how a message should be dispatched in the element tree.
Inheritance
System.Object
MessageDispatchMode
Namespace: Telerik.Charting
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public sealed class MessageDispatchMode : Enum
Fields
Bubble
Message is dispatched to the direct target and its ancestors.
Declaration
public const MessageDispatchMode Bubble
Field Value
BubbleAndTunnel
Message is dispatched to the direct target, its ancestors and all its descendants.
Declaration
public const MessageDispatchMode BubbleAndTunnel
Field Value
Tunnel
Message is dispatched to the direct target all its descendants.
Declaration
public const MessageDispatchMode Tunnel
Field Value
value__
Declaration
public int value__
Field Value
System.
|