Skip to content

E_Aml_Editor_Plugin_Contracts_RelayCommand_1_CanExecuteChanged

AutomationML edited this page Jun 24, 2019 · 1 revision

RelayCommand(T).CanExecuteChanged Event

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

Syntax

C#

public event EventHandler CanExecuteChanged

VB

Public Event CanExecuteChanged As EventHandler

C++

public:
virtual  event EventHandler^ CanExecuteChanged {
	void add (EventHandler^ value);
	void remove (EventHandler^ value);
}

Value

Type: System.EventHandler

Implements

ICommand.CanExecuteChanged

See Also

Reference

RelayCommand(T) Class
Aml.Editor.Plugin.Contracts Namespace

Clone this wiki locally