Class RadTreeViewCheckEventArgs
Arguments for the Check / Uncheck routed events of the RadTreeView.
Inherited Members
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Navigation.dll
Syntax
public class RadTreeViewCheckEventArgs : RadRoutedEventArgs
Properties
IsUserInitiated
Gets a value indicating whether the event represents a toggle action by the user or the TreeView control.
Declaration
public bool IsUserInitiated { get; }
Property Value
System.Boolean
|