SelectionModel.SelectionChanged Event

Definition

/// [Windows.Foundation.Metadata.Experimental]
/// [add: Windows.Foundation.Metadata.Experimental]
/// [remove: Windows.Foundation.Metadata.Experimental]
// Register
event_token SelectionChanged(TypedEventHandler<SelectionModel, SelectionModelSelectionChangedEventArgs const&> const& handler) const;

// Revoke with event_token
void SelectionChanged(event_token const* cookie) const;

// Revoke with event_revoker
SelectionModel::SelectionChanged_revoker SelectionChanged(auto_revoke_t, TypedEventHandler<SelectionModel, SelectionModelSelectionChangedEventArgs const&> const& handler) const;
[Windows.Foundation.Metadata.Experimental]
[add: Windows.Foundation.Metadata.Experimental]
[remove: Windows.Foundation.Metadata.Experimental]
public event TypedEventHandler<SelectionModel,SelectionModelSelectionChangedEventArgs> SelectionChanged;
Public Custom Event SelectionChanged As TypedEventHandler(Of SelectionModel, SelectionModelSelectionChangedEventArgs) 

Event Type

Attributes

Applies to