IBuilder Events |
The IBuilder type exposes the following members.
| Name | Description | |
|---|---|---|
| AfterCatalogClosed | EventHandler called after a Catalog is unloaded.
| |
| AfterCatalogLoaded | EventHandler called after a Catalog is loaded, first parameter is the Catalog as an Object, and second is a CatalogEventArgs as a EventArgs.
| |
| AfterCSharpCodeCompiled | EventHandler called after some C# code is compiled.
| |
| AfterDocumentLoaded | EventHandler called after a New Document is loaded, first parameter is the IBuilder as an Object, and second is null.
| |
| AfterDocumentSaved | EventHandler called after a Document is saved, first parameter is the IBuilder as an Object, and second is null.
| |
| AfterFileImported | EventHandler called after a File is imported, first parameter is the IBuilder as an Object, and second is a ImportEventArgs as a EventArgs.
| |
| AfterNewDocument | EventHandler called after a New Document is created, first parameter is the IBuilder as an Object, and second is null.
| |
| AppClosing | EventHandler called when the app is closing.
| |
| BeforeCatalogClosed | EventHandler called before a Catalog is unloaded, first parameter is the Catalog as an Object, and second is a CatalogEventArgs as a EventArgs.
| |
| BeforeCatalogLoaded | EventHandler called before a Catalog is loaded.
| |
| BeforeDocumentLoaded | EventHandler called before a New Document is loaded, first parameter is the IBuilder as an Object, and second is null.
| |
| BeforeDocumentSaved | EventHandler called before a Document is saved, first parameter is the IBuilder as an Object, and second is null.
| |
| BeforeNewDocument | EventHandler called before a New Document is created, first parameter is the IBuilder as an Object, and second is null.
|