NavigationView.SelectionChanged Événement

Définition

Se produit lorsque l’élément actuellement sélectionné change.

Cette documentation s’applique à WinUI 2 pour UWP (pour WinUI dans le SDK d'application Windows, consultez les espaces de noms SDK d'application Windows).

// Register
event_token SelectionChanged(TypedEventHandler<NavigationView, NavigationViewSelectionChangedEventArgs const&> const& handler) const;

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

// Revoke with event_revoker
NavigationView::SelectionChanged_revoker SelectionChanged(auto_revoke_t, TypedEventHandler<NavigationView, NavigationViewSelectionChangedEventArgs const&> const& handler) const;
public event TypedEventHandler<NavigationView,NavigationViewSelectionChangedEventArgs> SelectionChanged;
Public Custom Event SelectionChanged As TypedEventHandler(Of NavigationView, NavigationViewSelectionChangedEventArgs) 
<NavigationView SelectionChanged="eventhandler" />

Type d'événement

S’applique à

Voir aussi