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

In This Topic
    OnCurrentTextStyleChanged Method
    In This Topic
    A virtual method called when the cursor position is changed by key or mouse action.
    Syntax
    'Declaration
     
    Protected Overridable Sub OnCurrentTextStyleChanged( _
       ByVal e As TextStyleEventArgs _
    ) 
    protected virtual void OnCurrentTextStyleChanged( 
       TextStyleEventArgs e
    )

    Parameters

    e
    See Also