Click or drag to resize

IBuilder Events

The IBuilder type exposes the following members.

Events
 NameDescription
Public eventAfterCatalogClosedEventHandler called after a Catalog is unloaded.
Public eventAfterCatalogLoadedEventHandler called after a Catalog is loaded, first parameter is the Catalog as an Object, and second is a CatalogEventArgs as a EventArgs.
Public eventAfterCSharpCodeCompiledEventHandler called after some C# code is compiled.
Public eventAfterDocumentLoadedEventHandler called after a New Document is loaded, first parameter is the IBuilder as an Object, and second is null.
Public eventAfterDocumentSavedEventHandler called after a Document is saved, first parameter is the IBuilder as an Object, and second is null.
Public eventAfterFileImportedEventHandler called after a File is imported, first parameter is the IBuilder as an Object, and second is a ImportEventArgs as a EventArgs.
Public eventAfterNewDocumentEventHandler called after a New Document is created, first parameter is the IBuilder as an Object, and second is null.
Public eventAppClosingEventHandler called when the app is closing.
Public eventBeforeCatalogClosedEventHandler called before a Catalog is unloaded, first parameter is the Catalog as an Object, and second is a CatalogEventArgs as a EventArgs.
Public eventBeforeCatalogLoadedEventHandler called before a Catalog is loaded.
Public eventBeforeDocumentLoadedEventHandler called before a New Document is loaded, first parameter is the IBuilder as an Object, and second is null.
Public eventBeforeDocumentSavedEventHandler called before a Document is saved, first parameter is the IBuilder as an Object, and second is null.
Public eventBeforeNewDocumentEventHandler called before a New Document is created, first parameter is the IBuilder as an Object, and second is null.
Public eventDocumentReadyForRender Called when a document is ready to render for the first time.
Top
See Also