EnumCommandExecutionTrigger
Enum
Used in the RadTreeViewItem to specify when the Command must be executed.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.Navigation.dll
Syntax:
cs-api-definition
public enum CommandExecutionTrigger
Fields
Click
The Command must be executed after mouse click.
DoubleClick
The Command must be executed after mouse double click.