Skip to content

E_Aml_Editor_Plugin_Contracts_INotifyAMLDocumentLoad_IsDocumentLoaded

AutomationML edited this page Jun 24, 2019 · 1 revision

INotifyAMLDocumentLoad.IsDocumentLoaded Event

AutomationML Editor

Occurs when the PlugIn has loaded a new document, which should be loaded into the AutomationML editor for editing.

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

Syntax

C#

event EventHandler<CAEXDocument> IsDocumentLoaded

VB

Event IsDocumentLoaded As EventHandler(Of CAEXDocument)

C++

 event EventHandler<CAEXDocument^>^ IsDocumentLoaded {
	void add (EventHandler<CAEXDocument^>^ value);
	void remove (EventHandler<CAEXDocument^>^ value);
}

Value

Type: System.EventHandler(CAEXDocument)

See Also

Reference

INotifyAMLDocumentLoad Interface
Aml.Editor.Plugin.Contracts Namespace

Clone this wiki locally