C1.WPF Namespace > C1TreeView Class : SelectionChanging Event |
'Declaration
Public Event SelectionChanging As SelectionChangingEventHandler
'Usage
Dim instance As C1TreeView Dim handler As SelectionChangingEventHandler AddHandler instance.SelectionChanging, handler
public event SelectionChangingEventHandler SelectionChanging
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.
Property | Description |
---|---|
AddedItems | (Inherited from System.Windows.Controls.SelectionChangedEventArgs) |
Cancel | Cancel the Selection operation. |
Handled | (Inherited from System.Windows.RoutedEventArgs) |
OriginalSource | (Inherited from System.Windows.RoutedEventArgs) |
RemovedItems | (Inherited from System.Windows.Controls.SelectionChangedEventArgs) |
RoutedEvent | (Inherited from System.Windows.RoutedEventArgs) |
Source | (Inherited from System.Windows.RoutedEventArgs) |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2