Skip to content

T_Aml_Editor_Plugin_Contracts_SelectionEventArgs

AutomationML edited this page Jun 24, 2019 · 1 revision

SelectionEventArgs Class

AutomationML Editor

The event arguments for the selection event Selected.

Inheritance Hierarchy

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

Syntax

C#

public class SelectionEventArgs : EventArgs

VB

Public Class SelectionEventArgs
	Inherits EventArgs

C++

public ref class SelectionEventArgs : public EventArgs

The SelectionEventArgs type exposes the following members.

Constructors

 

Name Description
Public method SelectionEventArgs Creates an instance of the SelectionEventArgs for the specified selectedElement.
  Back to Top

Properties

 

Name Description
Public property SelectedElement The element to select.
  Back to Top

See Also

Reference

Aml.Editor.Plugin.Contracts Namespace

Clone this wiki locally