In This Topic
An event fired when the editor is ready for operations.
This event is appropriate for loading existing documents.
Syntax
'Declaration
Public Event C1EditorReady As System.EventHandler
public event System.EventHandler C1EditorReady
See Also