TextChangedEventHandler 代理人

定義

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)

パラメーター

sender
Object

Platform::Object

イベント ハンドラーがアタッチされているオブジェクト。

e
TextChangedEventArgs

イベントのデータ。

属性

適用対象