Search Results for

    Show / Hide Table of Contents

    Class ActionExecutionEventArgs

    Argument used for the action execution events.

    Inheritance
    System.Object
    System.EventArgs
    ActionExecutionEventArgs
    ActionExecutionCancelEventArgs
    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 ActionExecutionEventArgs : EventArgs

    Constructors

    ActionExecutionEventArgs(String)

    Create the instance of the argument.

    Declaration
    public ActionExecutionEventArgs(string actionId)
    Parameters
    Type Name Description
    System.String actionId

    The action identifier for which the argument event is initialized.

    Properties

    ActionId

    Get the action identifier for which the event ocurr.

    Declaration
    public string ActionId { get; }
    Property Value
    Type Description
    System.String

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action<Window>)

    On this page

    • Constructors
      • ActionExecutionEventArgs(String)
    • Properties
      • ActionId
    • Extension Methods
    Back to top Generated by DocFX