Skip to content
Was this article helpful?

AppVSolutionProcessing.Logged Event

Occurs when new application action is occurred.

Namespace: Citrix.SDK.AppDNA.Solutions.AppV.Processing
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<ApplicationWorkflow, WorkflowStep, StepLogEntry>>> Logged

VB

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

Value

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

See Also

Reference

AppVSolutionProcessing Class
Citrix.SDK.AppDNA.Solutions.AppV.Processing Namespace

Was this article helpful?