RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox.Documents Namespace / C1TextElement Class / OnTextChanging Method
The arguments for the C1TextElement.TextChanging event.

In This Topic
    OnTextChanging Method (C1TextElement)
    In This Topic
    Called when the C1TextElement.TextChanging event needs to be fired.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnTextChanging( _
       ByVal args As C1TextChangedEventArgs _
    ) 
    protected virtual void OnTextChanging( 
       C1TextChangedEventArgs args
    )

    Parameters

    args
    The arguments for the C1TextElement.TextChanging event.
    See Also