Skip to content

E_Aml_Editor_Plugin_Base_PluginBase_PluginTerminated

AutomationML edited this page Jun 24, 2019 · 1 revision

PluginBase.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.Base
Assembly: AML.Editor.PluginContracts (in AML.Editor.PluginContracts.dll) Version: 2.1

Syntax

C#

public event EventHandler PluginTerminated

VB

Public Event PluginTerminated As EventHandler

C++

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

Value

Type: System.EventHandler

Implements

IAMLEditorPlugin.PluginTerminated

See Also

Reference

PluginBase Class
Aml.Editor.Plugin.Base Namespace

Clone this wiki locally