Show / Hide Table of Contents

Delegate SelectionEventHandler

Represents a method that will handle the ObjectAdded and ObjectRemoved events.

Namespace: ABB.Robotics.RobotStudio
Assembly: ABB.Robotics.RobotStudio.dll
Syntax
public delegate void SelectionEventHandler(object sender, SelectionEventArgs e)
Parameters
Type Name Description
object sender Represents a method that will handle the and events.
SelectionEventArgs e Represents a method that will handle the and events.

Constructors

SelectionEventHandler(object, IntPtr)

Declaration
public SelectionEventHandler(object @object, IntPtr method)
Parameters
Type Name Description
object object
IntPtr method

Methods

BeginInvoke(object, SelectionEventArgs, AsyncCallback, object)

Declaration
public virtual IAsyncResult BeginInvoke(object sender, SelectionEventArgs e, AsyncCallback callback, object @object)
Parameters
Type Name Description
object sender
SelectionEventArgs e
AsyncCallback callback
object object
Returns
Type Description
IAsyncResult

EndInvoke(IAsyncResult)

Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Type Name Description
IAsyncResult result

Invoke(object, SelectionEventArgs)

Declaration
public virtual void Invoke(object sender, SelectionEventArgs e)
Parameters
Type Name Description
object sender
SelectionEventArgs e
In this article
Back to top Copyright © 2025 ABB