Skip to content

E_Aml_Editor_Plugin_Contracts_IAMLEditorPlugin_PluginActivated

AutomationML edited this page Jun 24, 2019 · 1 revision

IAMLEditorPlugin.PluginActivated Event

AutomationML Editor

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.

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

Syntax

C#

event EventHandler PluginActivated

VB

Event PluginActivated As EventHandler

C++

 event EventHandler^ PluginActivated {
	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