TextChangedEventHandler 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 TextChanged .
public delegate void TextChangedEventHandler(Platform::Object ^ sender, TextChangedEventArgs ^ e);
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.Guid(1569578239, 17880, 24188, 155, 139, 196, 29, 40, 147, 198, 161)]
public delegate void TextChangedEventHandler(object sender, TextChangedEventArgs e);
Public Delegate Sub TextChangedEventHandler(sender As Object, e As TextChangedEventArgs)
Parametri
- sender
-
Object
Platform::Object
Oggetto a cui è associato il gestore eventi.
Dati dell'evento.
- Attributi