ComponentOne Basic Library for WPF and Silverlight
SelectionChanging Event (C1TreeView)


C1.Silverlight Namespace > C1TreeView Class : SelectionChanging Event
Occurs when the current selection begin to change.
Syntax
'Declaration
 
Public Event SelectionChanging As SelectionChangingEventHandler
'Usage
 
Dim instance As C1TreeView
Dim handler As SelectionChangingEventHandler
 
AddHandler instance.SelectionChanging, handler
public event SelectionChangingEventHandler SelectionChanging
Event Data

The event handler receives an argument of type SelectionChangingEventArgs containing data related to this event. The following SelectionChangingEventArgs properties provide information specific to this event.

PropertyDescription
(Inherited from System.Windows.Controls.SelectionChangedEventArgs)
Cancel the Selection operation.  
(Inherited from System.Windows.RoutedEventArgs)
(Inherited from System.Windows.Controls.SelectionChangedEventArgs)
See Also