Class ActionExecutionEventArgs
Argument used for the action execution events.
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 |