Skip to content

M_Aml_Editor_Plugin_Contracts_INotifyAMLDocumentLoad_DocumentLoaded

AutomationML edited this page Jun 24, 2019 · 1 revision

INotifyAMLDocumentLoad.DocumentLoaded Method

AutomationML Editor

Method called by the AutomationML editor, when a document is loaded.

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

Syntax

C#

void DocumentLoaded(
	CAEXDocument document
)

VB

Sub DocumentLoaded ( 
	document As CAEXDocument
)

C++

void DocumentLoaded(
	CAEXDocument^ document
)

Parameters

 

document
Type: CAEXDocument
The loaded document

See Also

Reference

INotifyAMLDocumentLoad Interface
Aml.Editor.Plugin.Contracts Namespace

Clone this wiki locally