-
Notifications
You must be signed in to change notification settings - Fork 4
Events_T_Aml_Editor_Plugin_Contracts_INotifyAMLDocumentLoad
AutomationML edited this page Jun 24, 2019
·
1 revision
AutomationML Editor
The INotifyAMLDocumentLoad type exposes the following members.
| Name | Description | |
|---|---|---|
![]() |
IsDocumentLoaded | Occurs when the PlugIn has loaded a new document, which should be loaded into the AutomationML editor for editing. |
![]() |
PluginActivated | The Event occurs when the PlugIn is Activated (for example via an Activation Command). This event is raised by the PlugIn and handled by the AutomationML Editor. If the PlugIn has a UI-Control, the AutomationML Editor will show the UI and dock the Control in a Container Window, used for external Views. (Inherited from IAMLEditorPlugin.) |
![]() |
PluginTerminated | Occurs when the PlugIn is terminated (some UserInteraction inside the PlugIn, i. e. a Window is Closed, or via a Command). This event is raised by the PlugIn and handled by the AutomationML Editor. If the PlugIn is a UI-Control IAMLEditorView, the control is removed from the Container Window. The State of the currently open AutomationML Document is checked, and if it was modified, the User will be asked to reload it. (Inherited from IAMLEditorPlugin.) |
INotifyAMLDocumentLoad Interface
Aml.Editor.Plugin.Contracts Namespace
The AutomationML Editor PlugIn Implementation Guide
Copyright © AutomationML e.V. 2018
Send comments on this topic to AutomationML office.
- AutomationML Editor API Reference Guide
- Version History
-
AutomationML Editor Plugin Development
- PluginBase Class
- DockPositionEnum Enumeration
- IAMLEditorExternalsPlugin Interface
- IAMLEditorPlugin Interface
- IAMLEditorPluginMetadata Interface
- IAMLEditorView Interface
- IAMLEditorViewCollection Interface
- INotifyAMLDocumentLoad Interface
- INotifyViewActivation Interface
- ISupportsSelection Interface
- IToolBarIntegration Interface
- PluginCommand Class
- PluginCommandsEnum Enumeration
- Aml.Editor.Plugin.Contracts.Commanding Namespace
