Editor for WinForms | ComponentOne
C1.Win.Editor.8 Assembly / C1.Win.Editor Namespace / C1Editor Class / OnSelectedTextChanged Method

In This Topic
    OnSelectedTextChanged Method
    In This Topic
    A virtual method called when the Editor's selected text changes.
    Syntax
    'Declaration
     
    Protected Overridable Sub OnSelectedTextChanged( _
       ByVal e As SelectedTextEventArgs _
    ) 
    protected virtual void OnSelectedTextChanged( 
       SelectedTextEventArgs e
    )

    Parameters

    e
    See Also