'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.
Property | Description |
---|---|
AddedItems | (Inherited from System.Windows.Controls.SelectionChangedEventArgs) |
Cancel | Cancel the Selection operation. |
OriginalSource | (Inherited from System.Windows.RoutedEventArgs) |
RemovedItems | (Inherited from System.Windows.Controls.SelectionChangedEventArgs) |
See Also