TextChangedEventHandler Delegate
NuGet: GHIElectronics.TinyCLR.UI
Assembly: GHIElectronics.TinyCLR.UI
Namespace: GHIElectronics.TinyCLR.UI.Controls
Represents the method that handles the text-changed event.
public delegate void TextChangedEventHandler(object sender, TextChangedEventArgs e);