TextChangedEventArgs Class
NuGet: GHIElectronics.TinyCLR.UI
Assembly: GHIElectronics.TinyCLR.UI
Namespace: GHIElectronics.TinyCLR.UI.Controls
Provides data for the text-changed event.
public class TextChangedEventArgs : RoutedEventArgs
Constructors
TextChangedEventArgs(RoutedEvent routedEvent, object source)
public TextChangedEventArgs(RoutedEvent routedEvent, object source) : base(routedEvent, source)
Initializes a new instance of the TextChangedEventArgs class.