Bexel Manager API Documentation
|
Represents a host application, providing access to various app related events, methods and the active Bexel.Api.Project. More...
Properties | |
static Application | Instance [get] |
EventHandler< ProjectOpenedEventArgs > | ProjectOpened |
Occurs after the project is opened. More... | |
EventHandler< ProjectSavedEventArgs > | ProjectSaved |
Occurs after the project is saved. More... | |
EventHandler< ProjectClosingEventArgs > | ProjectClosing |
Occurs before the project is closed. More... | |
EventHandler< ProjectClosedEventArgs > | ProjectClosed |
Occurs after the project is closed. More... | |
ApplicationUI | UI [get] |
Returns the UI part of the host application. More... | |
Project | ActiveProject [get, set] |
Returns the currently active project, or null if no project is opened. More... | |
Represents a host application, providing access to various app related events, methods and the active Bexel.Api.Project.
|
getset |
Returns the currently active project, or null if no project is opened.
|
addremove |
Occurs after the project is closed.
|
addremove |
Occurs before the project is closed.
|
addremove |
Occurs after the project is opened.
|
addremove |
Occurs after the project is saved.
|
get |
Returns the UI part of the host application.