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