Table of Contents

Delegate SelectionManager.SelectionChangedEventHandler

Namespace
Macad.Interaction
Assembly
Macad.Interaction.dll
public delegate void SelectionManager.SelectionChangedEventHandler(SelectionManager selectionManager)

Parameters

selectionManager SelectionManager

Constructors

public SelectionChangedEventHandler(object @object, nint method)
object object
method nint

Methods

public virtual IAsyncResult BeginInvoke(SelectionManager selectionManager, AsyncCallback callback, object @object)
selectionManager SelectionManager
callback AsyncCallback
object object
Returns: IAsyncResult

public virtual void EndInvoke(IAsyncResult result)
result IAsyncResult

public virtual void Invoke(SelectionManager selectionManager)
selectionManager SelectionManager