Used in the RadTreeViewItem to specify when the Command must be executed.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.Navigation.dll
Syntax:
C#
public enum CommandExecutionTrigger
Fields
The Command must be executed after mouse click.
C#
Click = 0
The Command must be executed after mouse double click.
C#
DoubleClick = 1