Skip to content

E_Aml_Editor_Plugin_Base_PluginBase_PluginActivated

AutomationML edited this page Jun 24, 2019 · 1 revision

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

Syntax

C#

public event EventHandler PluginActivated

VB

Public Event PluginActivated As EventHandler

C++

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

Value

Type: System.EventHandler

Implements

IAMLEditorPlugin.PluginActivated

See Also

Reference

PluginBase Class
Aml.Editor.Plugin.Base Namespace

Clone this wiki locally