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

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