'Declaration
Public Event SelectionChanging As SelectionChangedEventHandler
public event SelectionChangedEventHandler SelectionChanging
Event Data
The event handler receives an argument of type SelectionChangedEventArgs containing data related to this event. The following SelectionChangedEventArgs properties provide information specific to this event.
Property | Description |
---|---|
AddedItems | |
OriginalSource | (Inherited from System.Windows.RoutedEventArgs) |
RemovedItems |
See Also