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