WorkflowStep.LogsCollectionChanged Event¶
Occurs when the log for the step is changed.
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<IEnumerable<StepLogEntry>>> LogsCollectionChanged
VB¶
Public Event LogsCollectionChanged As EventHandler(Of DataEventArgs(Of IEnumerable(Of StepLogEntry)))
Value¶
Type: System.EventHandler(DataEventArgs(IEnumerable(StepLogEntry)))
See Also¶
Reference¶
WorkflowStep Class
Citrix.SDK.AppDNA.Solutions.AppV.Workflow Namespace