Skip to content

F_Aml_Editor_Plugin_Contracts_RelayCommand_1__execute

AutomationML edited this page Jun 24, 2019 · 1 revision

RelayCommand(T)._execute Field

AutomationML Editor

The _execute

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

Syntax

C#

protected Action<T> _execute

VB

Protected _execute As Action(Of T)

C++

protected:
Action<T>^ _execute

Field Value

Type: Action(T)

See Also

Reference

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

Clone this wiki locally