Condividi tramite


TextChangedEventHandler Delegato

Definizione

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.

e
TextChangedEventArgs

Dati dell'evento.

Attributi

Si applica a