-
Notifications
You must be signed in to change notification settings - Fork 4
P_Aml_Editor_Plugin_Contracts_Commanding_EditorCommandArguments_Cancelled
AutomationML edited this page Jun 24, 2019
·
1 revision
AutomationML Editor
Gets or sets a value indicating whether an interactive operation has been canceled by the user.
Namespace: Aml.Editor.Plugin.Contracts.Commanding
Assembly: AML.Editor.PluginContracts (in AML.Editor.PluginContracts.dll) Version: 2.1
C#
public bool Cancelled { get; set; }VB
Public Property Cancelled As Boolean
Get
SetC++
public:
property bool Cancelled {
bool get ();
void set (bool value);
}Type: Boolean
The PlugIn application should check the Canceled property before accessing any properties in a class derived from EditorCommandArguments; otherwise, the property will raise an InvalidOperationException if the operation was aborted.
EditorCommandArguments Class
Aml.Editor.Plugin.Contracts.Commanding 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