Class ActionExecutionEventArgs
Argument used for the action execution events.
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 ActionExecutionEventArgs : EventArgs
Constructors
ActionExecutionEventArgs(String)
Create the instance of the argument.
Declaration
public ActionExecutionEventArgs(string actionId)
Parameters
Type | Name | Description |
---|---|---|
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 |
---|---|
String |