Skip to content

Events_T_Aml_Editor_Plugin_Contracts_IAMLEditorViewCollection

AutomationML edited this page Jun 24, 2019 · 1 revision

IAMLEditorViewCollection Events

AutomationML Editor

The IAMLEditorViewCollection 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.)
Public event ViewAdded The Event occurs when a view has been added to this collection. The AML editor will handle this event and will dock the added view at the dock position, defined by the view.
  Back to Top

See Also

Reference

IAMLEditorViewCollection Interface
Aml.Editor.Plugin.Contracts Namespace

Clone this wiki locally