Class ActionExecutionCancelEventArgs
Argument used for the action execution events which support canceling.
Inherited Members
      System.EventArgs.Empty
    
    
      System.Object.ToString()
    
    
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
  Namespace: Sdl.Desktop.IntegrationApi
Assembly: Sdl.Desktop.IntegrationApi.dll
Syntax
public class ActionExecutionCancelEventArgs : ActionExecutionEventArgsConstructors
ActionExecutionCancelEventArgs(String)
Create the instance of the argument.
Declaration
public ActionExecutionCancelEventArgs(string actionId)Parameters
| Type | Name | Description | 
|---|---|---|
| System.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 | 
|---|---|
| System.Boolean |