SelectionChangedEventHandler Delegato
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Rappresenta il metodo che gestirà l'evento SelectionChanged .
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.Guid(2721200397, 3636, 22878, 137, 49, 250, 146, 138, 153, 9, 244)]
public delegate void SelectionChangedEventHandler(object sender, SelectionChangedEventArgs e);
Public Delegate Sub SelectionChangedEventHandler(sender As Object, e As SelectionChangedEventArgs)
Parametri
- sender
- Object
Oggetto a cui è associato il gestore eventi.
Dati dell'evento.
- Attributi