Class ActionExecutionCancelEventArgs
Argument used for the action execution events which support canceling.
Inherited Members
Namespace: SdlSdl.DesktopIntegrationApi
Assembly: Sdl.Desktop.IntegrationApi.dll
Syntax
public class ActionExecutionCancelEventArgs : ActionExecutionEventArgs
Constructors
ActionExecutionCancelEventArgs(string)
Create the instance of the argument.
Declaration
public ActionExecutionCancelEventArgs(string actionId)
Parameters
Type | Name | Description |
---|---|---|
string | actionId | The action identifier for which the argument event is initialized. |
Properties
Cancel
Gets or sets if the action execution is canceled.
Declaration
public bool Cancel { get; set; }
Property Value
Type | Description |
---|---|
bool |