Skip to content

Events_T_Aml_Editor_Plugin_Contracts_IToolBarIntegration

AutomationML edited this page Jun 24, 2019 · 1 revision

IToolBarIntegration Events

AutomationML Editor

The IToolBarIntegration type exposes the following members.

Events

 

Name Description
Public event 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.)
Public event 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.)
  Back to Top

See Also

Reference

IToolBarIntegration Interface
Aml.Editor.Plugin.Contracts Namespace

Clone this wiki locally