Skip to content

E_Aml_Editor_Plugin_Contracts_PluginCommand_PropertyChanged

AutomationML edited this page Jun 24, 2019 · 1 revision

PluginCommand.PropertyChanged Event

AutomationML Editor

Occurs when a property value changes

Namespace: Aml.Editor.Plugin.Contracts
Assembly: AML.Editor.PluginContracts (in AML.Editor.PluginContracts.dll) Version: 2.1

Syntax

C#

public event PropertyChangedEventHandler PropertyChanged

VB

Public Event PropertyChanged As PropertyChangedEventHandler

C++

public:
virtual  event PropertyChangedEventHandler^ PropertyChanged {
	void add (PropertyChangedEventHandler^ value);
	void remove (PropertyChangedEventHandler^ value);
}

Value

Type: System.ComponentModel.PropertyChangedEventHandler

Implements

INotifyPropertyChanged.PropertyChanged

See Also

Reference

PluginCommand Class
Aml.Editor.Plugin.Contracts Namespace

Clone this wiki locally