RadControls for WPF

Used in the RadTreeViewItem to specify when the Command must be executed.

Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Navigation (in Telerik.Windows.Controls.Navigation.dll) Version: 2013.2.611.40

Syntax

C#
public enum CommandExecutionTrigger
Visual Basic
Public Enumeration CommandExecutionTrigger

Members

Member nameValueDescription
Click0 The Command must be executed after mouse click.
DoubleClick1 The Command must be executed after mouse double click.

See Also