TextChangedEventHandler
TextChangedEventHandler
TextChangedEventHandler
TextChangedEventHandler
Delegate
Definition
Represents the method that will handle the TextChanged event.
public : delegate void TextChangedEventHandler(PlatForm::Object sender, TextChangedEventArgs e)public delegate void TextChangedEventHandler(Object sender, TextChangedEventArgs e)Public Delegate TextChangedEventHandler(sender As Object, e As TextChangedEventArgs)// This API is not available in Javascript.
Parameters
- sender
- PlatForm::Object Object Object Object
The object where the event handler is attached.
The event data.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|