Class ActionExecutionEventArgs
Argument used for the action execution events.
Inherited Members
Namespace: SdlSdl.DesktopIntegrationApi
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 |