Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / OnEditorFocused Method
EditorNotifyEventArgs object that contains event arguments


In This Topic
    OnEditorFocused Method
    In This Topic
    Raises the EditorFocused event.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnEditorFocused( _
       ByVal e As EditorNotifyEventArgs _
    ) 
    'Usage
     
    
    Dim instance As FpSpread
    Dim e As EditorNotifyEventArgs
     
    instance.OnEditorFocused(e)
    protected virtual void OnEditorFocused( 
       EditorNotifyEventArgs e
    )

    Parameters

    e
    EditorNotifyEventArgs object that contains event arguments
    See Also