Skip to content

M_Aml_Editor_Plugin_Contracts_SelectionEventArgs__ctor

AutomationML edited this page Jun 24, 2019 · 1 revision

SelectionEventArgs Constructor

AutomationML Editor

Creates an instance of the SelectionEventArgs for the specified selectedElement.

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

Syntax

C#

public SelectionEventArgs(
	ICAEXWrapper selectedElement
)

VB

Public Sub New ( 
	selectedElement As ICAEXWrapper
)

C++

public:
SelectionEventArgs(
	ICAEXWrapper^ selectedElement
)

Parameters

 

selectedElement
Type: ICAEXWrapper
This element should be selected by the AutomationML editor.

See Also

Reference

SelectionEventArgs Class
Aml.Editor.Plugin.Contracts Namespace

Clone this wiki locally