Skip to content
Was this article helpful?

ApplicationWorkflow.Logged Event

Occurs when new step action is logged.

Namespace: Citrix.SDK.AppDNA.Solutions.AppV.Workflow
Assembly: Citrix.SDK.AppDNA.Solutions.AppV (in Citrix.SDK.AppDNA.Solutions.AppV.dll) Version: 7.11.0.0 (7.11.0.0)

Syntax

C

public event EventHandler<DataEventArgs<Tuple<WorkflowStep, StepLogEntry>>> Logged

VB

Public Event Logged As EventHandler(Of DataEventArgs(Of Tuple(Of WorkflowStep, StepLogEntry)))

Value

Type: System.EventHandler(DataEventArgs(Tuple(WorkflowStep, StepLogEntry)))

See Also

Reference

ApplicationWorkflow Class
Citrix.SDK.AppDNA.Solutions.AppV.Workflow Namespace

Was this article helpful?