TextChangedEventHandler Delegat

Definition

Stellt die -Methode dar, die das TextChanged-Ereignis behandelt.

public delegate void TextChangedEventHandler(Platform::Object ^ sender, TextChangedEventArgs ^ e);
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(2394119063, 44423, 16616, 129, 139, 119, 219, 36, 117, 149, 102)]
class TextChangedEventHandler : MulticastDelegate
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(2394119063, 44423, 16616, 129, 139, 119, 219, 36, 117, 149, 102)]
public delegate void TextChangedEventHandler(object sender, TextChangedEventArgs e);
Public Delegate Sub TextChangedEventHandler(sender As Object, e As TextChangedEventArgs)

Parameter

sender
Object

Platform::Object

IInspectable

Das Objekt, an das der Ereignishandler angefügt ist.

e
TextChangedEventArgs

Die Ereignisdaten.

Attribute

Windows-Anforderungen

Gerätefamilie
Windows 10 (eingeführt in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v1.0)

Gilt für: