Class CommandExecutionTrigger
Used in the RadTreeViewItem to specify when the Command must be executed.
Inheritance
System.Object
CommandExecutionTrigger
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Navigation.dll
Syntax
public sealed class CommandExecutionTrigger : Enum
Fields
Click
The Command must be executed after mouse click.
Declaration
public const CommandExecutionTrigger Click
Field Value
DoubleClick
The Command must be executed after mouse double click.
Declaration
public const CommandExecutionTrigger DoubleClick
Field Value
value__
Declaration
public int value__
Field Value
System.
|