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

In This Topic
    TextCompositionChanged Event
    In This Topic
    Syntax
    'Declaration
     
    Public Event TextCompositionChanged As Windows.Foundation.TypedEventHandler(Of TextBox,TextCompositionChangedEventArgs)
    public event Windows.Foundation.TypedEventHandler<TextBox,TextCompositionChangedEventArgs> TextCompositionChanged
    See Also