Skip to content

E_Aml_Editor_Plugin_Contracts_ISupportsSelection_Selected

AutomationML edited this page Jun 24, 2019 · 1 revision

ISupportsSelection.Selected Event

AutomationML Editor

The event which is raised when an element should be selected.

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

Syntax

C#

event EventHandler<SelectionEventArgs> Selected

VB

Event Selected As EventHandler(Of SelectionEventArgs)

C++

 event EventHandler<SelectionEventArgs^>^ Selected {
	void add (EventHandler<SelectionEventArgs^>^ value);
	void remove (EventHandler<SelectionEventArgs^>^ value);
}

Value

Type: System.EventHandler(SelectionEventArgs)

See Also

Reference

ISupportsSelection Interface
Aml.Editor.Plugin.Contracts Namespace

Clone this wiki locally