2 instantiations of 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);
2 references to TrackingWorkflowChangedEventArgs
System.Workflow.Runtime (2)
Tracking\SqlTrackingService.cs (2)
2264TrackingWorkflowChangedEventArgs wargs = (TrackingWorkflowChangedEventArgs)record.EventArgs;