Search Results for

    Show / Hide Table of Contents

    Class ActionExecutionCancelEventArgs

    Argument used for the action execution events which support canceling.

    Inheritance
    object
    EventArgs
    ActionExecutionEventArgs
    ActionExecutionCancelEventArgs
    Inherited Members
    ActionExecutionEventArgs.ActionId
    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
    bool

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(object, Action<Window>)
    In this article
    • Constructors
      • ActionExecutionCancelEventArgs(string)
    • Properties
      • Cancel
    • Extension Methods
    Back to top Generated by DocFX