RadControls for Silverlight

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.1.403.1050

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