-
Notifications
You must be signed in to change notification settings - Fork 4
E_Aml_Editor_Plugin_Contracts_RelayCommand_1_CanExecuteChanged
AutomationML edited this page Jun 24, 2019
·
1 revision
AutomationML Editor
Occurs, when property changes are notified, which have an effect on the command execution.
Namespace: Aml.Editor.Plugin.Contracts
Assembly: AML.Editor.PluginContracts (in AML.Editor.PluginContracts.dll) Version: 2.1
C#
public event EventHandler CanExecuteChangedVB
Public Event CanExecuteChanged As EventHandlerC++
public:
virtual event EventHandler^ CanExecuteChanged {
void add (EventHandler^ value);
void remove (EventHandler^ value);
}Type: System.EventHandler
ICommand.CanExecuteChanged
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