Skip to content

P_Aml_Editor_Plugin_Contracts_SelectionEventArgs_SelectedElement

AutomationML edited this page Jun 24, 2019 · 1 revision

SelectionEventArgs.SelectedElement Property

AutomationML Editor

The element to select.

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

Syntax

C#

public ICAEXWrapper SelectedElement { get; }

VB

Public ReadOnly Property SelectedElement As ICAEXWrapper
	Get

C++

public:
property ICAEXWrapper^ SelectedElement {
	ICAEXWrapper^ get ();
}

Property Value

Type: ICAEXWrapper

See Also

Reference

SelectionEventArgs Class
Aml.Editor.Plugin.Contracts Namespace

Clone this wiki locally