RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox Namespace / C1TextChangedEventArgs Class / Action Property

In This Topic
    Action Property (C1TextChangedEventArgs)
    In This Topic
    Returns the action performed on the text.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Action As TextChangedAction
    public TextChangedAction Action {get;}
    See Also