RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox.Documents Namespace / C1BlockUIContainer Class / OnTextChanged Method
The arguments for the TextChanged event.

In This Topic
    OnTextChanged Method (C1BlockUIContainer)
    In This Topic
    Called when the TextChanged event needs to be fired.
    Syntax
    'Declaration
     
    
    Protected Sub OnTextChanged( _
       ByVal args As C1TextChangedEventArgs _
    ) 
    protected void OnTextChanged( 
       C1TextChangedEventArgs args
    )

    Parameters

    args
    The arguments for the TextChanged event.
    See Also