Click or drag to resize

IBuilder Events

The IBuilder type exposes the following members.

Events
  NameDescription
Public eventAfterCatalogClosed
EventHandler called after a Catalog is unloaded.
Public eventAfterCatalogLoaded
EventHandler called after a Catalog is loaded, first parameter is the Catalog as an Object, and second is a CatalogEventArgs as a EventArgs.
Public eventAfterCSharpCodeCompiled
EventHandler called after some C# code is compiled.
Public eventAfterDocumentLoaded
EventHandler called after a New Document is loaded, first parameter is the IBuilder as an Object, and second is null.
Public eventAfterDocumentSaved
EventHandler called after a Document is saved, first parameter is the IBuilder as an Object, and second is null.
Public eventAfterFileImported
EventHandler called after a File is imported, first parameter is the IBuilder as an Object, and second is a ImportEventArgs as a EventArgs.
Public eventAfterNewDocument
EventHandler called after a New Document is created, first parameter is the IBuilder as an Object, and second is null.
Public eventAppClosing
EventHandler called when the app is closing.
Public eventBeforeCatalogClosed
EventHandler called before a Catalog is unloaded, first parameter is the Catalog as an Object, and second is a CatalogEventArgs as a EventArgs.
Public eventBeforeCatalogLoaded
EventHandler called before a Catalog is loaded.
Public eventBeforeDocumentLoaded
EventHandler called before a New Document is loaded, first parameter is the IBuilder as an Object, and second is null.
Public eventBeforeDocumentSaved
EventHandler called before a Document is saved, first parameter is the IBuilder as an Object, and second is null.
Public eventBeforeNewDocument
EventHandler called before a New Document is created, first parameter is the IBuilder as an Object, and second is null.
Top
See Also