Editor for WinForms | ComponentOne
C1.Win.Editor.8 Assembly / C1.Win.Editor Namespace / C1Editor Class / OnC1EditorIsReady Method
EventArgs placeholder.

In This Topic
    OnC1EditorIsReady Method
    In This Topic
    A virtual method called when the editor is ready for operations.
    Syntax
    'Declaration
     
    Protected Overridable Sub OnC1EditorIsReady( _
       ByVal e As System.EventArgs _
    ) 
    protected virtual void OnC1EditorIsReady( 
       System.EventArgs e
    )

    Parameters

    e
    EventArgs placeholder.
    See Also