The IAnalysisApplicationControllerCallback type exposes the following members.
Back to Top
Methods
Name | Description | |
---|---|---|
Exited |
Called when the analysis application is exiting at the end of the exit phase.
The receiver of this callback shall release resources associated with the COM
automation session.
| |
LoadViews |
Called when COM-visible views can be loaded into the application. Each view must
derive from AnalysisApplicationComView and have a public
constructor that takes the AnalysisApplication as an argument.
| |
Started |
Called when the analysis application has started.
|
See Also