Class ActionExecutionCancelEventArgs
Argument used for the action execution events which support canceling.
Inherited Members
EventArgs.Empty
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: Sdl.Desktop.IntegrationApi
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 |
---|---|
Boolean |