ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1MaskedTextBox Class / TextChanged Event

In This Topic
    TextChanged Event
    In This Topic
    Syntax
    'Declaration
     
    Public Event TextChanged As Windows.UI.Xaml.Controls.TextChangedEventHandler
    public event Windows.UI.Xaml.Controls.TextChangedEventHandler TextChanged
    Event Data

    The event handler receives an argument of type Windows.UI.Xaml.Controls.TextChangedEventArgs containing data related to this event. The following TextChangedEventArgs properties provide information specific to this event.

    PropertyDescription
    (Inherited from Windows.UI.Xaml.RoutedEventArgs)
    See Also