ComponentOne Expression Editor for UWP
C1.UWP.ExpressionEditor Assembly / C1.Xaml.ExpressionEditor Namespace / C1ExpressionRichTextBox Class / CharacterReceived Event

In This Topic
    CharacterReceived Event (C1ExpressionRichTextBox)
    In This Topic
    Syntax
    'Declaration
     
    Public Event CharacterReceived As Windows.Foundation.TypedEventHandler(Of UIElement,CharacterReceivedRoutedEventArgs)
    public event Windows.Foundation.TypedEventHandler<UIElement,CharacterReceivedRoutedEventArgs> CharacterReceived
    See Also