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

In This Topic
    OnTextChanging Method (C1Hyperlink)
    In This Topic
    Called when the 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 TextChanging event.
    See Also