TextChangedEventHandler Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the method that will handle the TextChanged event.
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)
Parameters
- sender
-
Object
Platform::Object
The object where the event handler is attached.
The event data.
- Attributes