-
Notifications
You must be signed in to change notification settings - Fork 4
T_Aml_Editor_Plugin_Contracts_Commanding_CommandExecution
AutomationML edited this page Jun 24, 2019
·
1 revision
AutomationML Editor
This delegate type defines the callback function, provided by the AMLEditor to a PlugIn, implementing the IEditorCommanding interface.
Namespace: Aml.Editor.Plugin.Contracts.Commanding
Assembly: AML.Editor.PluginContracts (in AML.Editor.PluginContracts.dll) Version: 2.1
C#
public delegate bool CommandExecution(
IAMLEditorPlugin source,
AMLEditorCommandEnum command,
EditorCommandArguments args
)VB
Public Delegate Function CommandExecution (
source As IAMLEditorPlugin,
command As AMLEditorCommandEnum,
args As EditorCommandArguments
) As BooleanC++
public delegate bool CommandExecution(
IAMLEditorPlugin^ source,
AMLEditorCommandEnum command,
EditorCommandArguments^ args
)
- source
- Type: Aml.Editor.Plugin.Contracts.IAMLEditorPlugin
The source PlugIn which calls the delegate. - command
- Type: Aml.Editor.Plugin.Contracts.Commanding.AMLEditorCommandEnum
The command which should be executed. - args
- Type: Aml.Editor.Plugin.Contracts.Commanding.EditorCommandArguments
The command arguments.
Type: Boolean
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