Skip to content

E_Aml_Editor_Plugin_Contracts_IAMLEditorPlugin_PluginTerminated

AutomationML edited this page Jun 24, 2019 · 1 revision

IAMLEditorPlugin.PluginTerminated Event

AutomationML Editor

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.

Namespace: Aml.Editor.Plugin.Contracts
Assembly: AML.Editor.PluginContracts (in AML.Editor.PluginContracts.dll) Version: 2.1

Syntax

C#

event EventHandler PluginTerminated

VB

Event PluginTerminated As EventHandler

C++

 event EventHandler^ PluginTerminated {
	void add (EventHandler^ value);
	void remove (EventHandler^ value);
}

Value

Type: System.EventHandler

See Also

Reference

IAMLEditorPlugin Interface
Aml.Editor.Plugin.Contracts Namespace

Clone this wiki locally