2 references to TrackingWorkflowChangedEventArgs
System.Workflow.Runtime (2)
Tracking.cs (1)
817WorkflowTrackingRecord rec = new WorkflowTrackingRecord(TrackingWorkflowEvent.Changed, dt, eventOrderId, new TrackingWorkflowChangedEventArgs(e.ChangeActions, exec.WorkflowDefinition));
Tracking\SqlTrackingWorkflowInstance.cs (1)
657record.EventArgs = new TrackingWorkflowChangedEventArgs(actions, def);