Skip to content

E_Aml_Editor_Plugin_Contracts_IAMLEditorViewCollection_ViewAdded

AutomationML edited this page Jun 24, 2019 · 1 revision

IAMLEditorViewCollection.ViewAdded Event

AutomationML Editor

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.

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

Syntax

C#

event EventHandler<IAMLEditorView> ViewAdded

VB

Event ViewAdded As EventHandler(Of IAMLEditorView)

C++

 event EventHandler<IAMLEditorView^>^ ViewAdded {
	void add (EventHandler<IAMLEditorView^>^ value);
	void remove (EventHandler<IAMLEditorView^>^ value);
}

Value

Type: System.EventHandler(IAMLEditorView)

See Also

Reference

IAMLEditorViewCollection Interface
Aml.Editor.Plugin.Contracts Namespace

Clone this wiki locally