Method PerformAction
PerformAction(int, ActionContext, IPointerEvent)
Perform action to perform on the selected artifact.
Declaration
public virtual void PerformAction(int actionId, ActionContext context, IPointerEvent pointerEvent)
Parameters
Type | Name | Description |
---|---|---|
int | actionId | The action to perform. |
ActionContext | context | The action context. |
IPointerEvent | pointerEvent | The pointer event at the source of the action. |