SelectionChangedEventHandler Delegato

Definizione

Rappresenta il metodo che gestirà l'evento SelectionChanged .

/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(3785380690, 23200, 17098, 156, 217, 6, 138, 20, 219, 110, 104)]
class SelectionChangedEventHandler : MulticastDelegate
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(3785380690, 23200, 17098, 156, 217, 6, 138, 20, 219, 110, 104)]
public delegate void SelectionChangedEventHandler(object sender, SelectionChangedEventArgs e);
Public Delegate Sub SelectionChangedEventHandler(sender As Object, e As SelectionChangedEventArgs)

Parametri

sender
Object

IInspectable

Oggetto a cui è associato il gestore eventi.

e
SelectionChangedEventArgs

Dati dell'evento.

Attributi

Requisiti Windows

Famiglia di dispositivi
Windows 10 (è stato introdotto in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (è stato introdotto in v1.0)

Si applica a