Arguments for the Check / Uncheck routed events of the RadTreeView.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.Navigation.dll
Syntax:
C#
public class RadTreeViewCheckEventArgs : RadRoutedEventArgs
Inheritance: objectRadRoutedEventArgsRadTreeViewCheckEventArgs
Properties
Gets a value indicating whether the event represents a toggle action by the user or the TreeView control.
C#
public bool IsUserInitiated { get; }