SelectionChanging Event (C1TreeView)
Occurs when the tree node is being changed selected state. Allows to cancel the change.
[C1Description("C1TreeView.SelectedChanging", "Occurs when the tree node is being changed selected state. Allows to cancel the change.")]
[C1Category("Behavior")]
public event C1TreeViewCancelEventHandler SelectionChanging
'Declaration
<C1DescriptionAttribute("C1TreeView.SelectedChanging", "Occurs when the tree node is being changed selected state. Allows to cancel the change.")>
<C1CategoryAttribute("Behavior")>
Public Event SelectionChanging As C1TreeViewCancelEventHandler
The event handler receives an argument of type C1TreeViewCancelEventArgs containing data related to this event. The following C1TreeViewCancelEventArgs properties provide information specific to this event.