-
Notifications
You must be signed in to change notification settings - Fork 4
E_Aml_Editor_Plugin_Contracts_INotifyAMLDocumentLoad_IsDocumentLoaded
AutomationML edited this page Jun 24, 2019
·
1 revision
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
C#
event EventHandler<CAEXDocument> IsDocumentLoadedVB
Event IsDocumentLoaded As EventHandler(Of CAEXDocument)C++
event EventHandler<CAEXDocument^>^ IsDocumentLoaded {
void add (EventHandler<CAEXDocument^>^ value);
void remove (EventHandler<CAEXDocument^>^ value);
}Type: System.EventHandler(CAEXDocument)
INotifyAMLDocumentLoad Interface
Aml.Editor.Plugin.Contracts Namespace
The AutomationML Editor PlugIn Implementation Guide
Copyright © AutomationML e.V. 2018
Send comments on this topic to AutomationML office.
- AutomationML Editor API Reference Guide
- Version History
-
AutomationML Editor Plugin Development
- PluginBase Class
- DockPositionEnum Enumeration
- IAMLEditorExternalsPlugin Interface
- IAMLEditorPlugin Interface
- IAMLEditorPluginMetadata Interface
- IAMLEditorView Interface
- IAMLEditorViewCollection Interface
- INotifyAMLDocumentLoad Interface
- INotifyViewActivation Interface
- ISupportsSelection Interface
- IToolBarIntegration Interface
- PluginCommand Class
- PluginCommandsEnum Enumeration
- Aml.Editor.Plugin.Contracts.Commanding Namespace