Basic Library for WPF and Silverlight | ComponentOne
C1.WPF Namespace / C1TreeView Class / SelectionChanging Event

In This Topic
    SelectionChanging Event (C1TreeView)
    In This Topic
    Occurs when the current selection begin to change.
    Syntax
    'Declaration
     
    
    Public Event SelectionChanging As SelectionChangingEventHandler
    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.RoutedEventArgs)
    (Inherited from System.Windows.Controls.SelectionChangedEventArgs)
    (Inherited from System.Windows.RoutedEventArgs)
    (Inherited from System.Windows.RoutedEventArgs)
    See Also