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 _
) 
 

Parameters

e
EventArgs placeholder.
See Also