10 types derived from WorkflowExecutionEventArgs
System.Workflow.Runtime (10)
WorkflowExecutor.cs (10)
3228internal class WorkflowHandlerInvokingEventArgs : WorkflowExecutionEventArgs 3280internal sealed class WorkflowExecutionSuspendingEventArgs : WorkflowExecutionEventArgs 3296internal sealed class WorkflowExecutionSuspendedEventArgs : WorkflowExecutionEventArgs 3334internal class WorkflowExecutionExceptionEventArgs : WorkflowExecutionEventArgs 3390internal sealed class WorkflowExecutionTerminatedEventArgs : WorkflowExecutionEventArgs 3417internal sealed class WorkflowExecutionTerminatingEventArgs : WorkflowExecutionEventArgs 3490internal class DynamicUpdateEventArgs : WorkflowExecutionEventArgs 3537internal class ActivityStatusChangeEventArgs : WorkflowExecutionEventArgs 3553internal class ActivityExecutingEventArgs : WorkflowExecutionEventArgs 3591internal class UserTrackPointEventArgs : WorkflowExecutionEventArgs
1 instantiation of WorkflowExecutionEventArgs
System.Workflow.Runtime (1)
WorkflowExecutor.cs (1)
3267localWorkflowExecutionEvent(sender, new WorkflowExecutionEventArgs(eventType));
27 references to WorkflowExecutionEventArgs
System.Workflow.Runtime (27)
DebugEngine\DebugController.cs (1)
651private void OnInstanceEvent(object sender, WorkflowExecutor.WorkflowExecutionEventArgs e)
PerformanceCounterManager.cs (2)
347exec.WorkflowExecutionEvent += new EventHandler<WorkflowExecutor.WorkflowExecutionEventArgs>(WorkflowExecutionEvent); 350private void WorkflowExecutionEvent(object sender, WorkflowExecutor.WorkflowExecutionEventArgs e)
Tracking.cs (5)
109exec.WorkflowExecutionEvent += new EventHandler<WorkflowExecutor.WorkflowExecutionEventArgs>(WorkflowExecutionEvent); 189exec.WorkflowExecutionEvent += new EventHandler<WorkflowExecutor.WorkflowExecutionEventArgs>(listener.WorkflowExecutionEvent); 194void WorkflowExecutionEvent(object sender, WorkflowExecutor.WorkflowExecutionEventArgs e) 681internal void WorkflowExecutionEvent(object sender, WorkflowExecutor.WorkflowExecutionEventArgs e) 827private void NotifyChannels(TrackingWorkflowEvent evt, WorkflowExecutor.WorkflowExecutionEventArgs e, WorkflowExecutor exec)
WorkflowExecutor.cs (17)
3226private event EventHandler<WorkflowExecutionEventArgs> _workflowExecutionEvent; 3248internal event EventHandler<WorkflowExecutor.WorkflowExecutionEventArgs> WorkflowExecutionEvent 3265EventHandler<WorkflowExecutionEventArgs> localWorkflowExecutionEvent = this._workflowExecutionEvent; 3275EventHandler<WorkflowExecutionEventArgs> localWorkflowExecutionEvent = this._workflowExecutionEvent; 3317EventHandler<WorkflowExecutionEventArgs> localWorkflowExecutionEvent = this._workflowExecutionEvent; 3328EventHandler<WorkflowExecutionEventArgs> localWorkflowExecutionEvent = this._workflowExecutionEvent; 3384EventHandler<WorkflowExecutionEventArgs> localWorkflowExecutionEvent = this._workflowExecutionEvent; 3453EventHandler<WorkflowExecutionEventArgs> localWorkflowExecutionEvent = this._workflowExecutionEvent; 3463EventHandler<WorkflowExecutionEventArgs> localWorkflowExecutionEvent = this._workflowExecutionEvent; 3473EventHandler<WorkflowExecutionEventArgs> localWorkflowExecutionEvent = this._workflowExecutionEvent; 3483EventHandler<WorkflowExecutionEventArgs> localWorkflowExecutionEvent = this._workflowExecutionEvent; 3510EventHandler<WorkflowExecutionEventArgs> localWorkflowExecutionEvent = this._workflowExecutionEvent; 3521EventHandler<WorkflowExecutionEventArgs> localWorkflowExecutionEvent = this._workflowExecutionEvent; 3532EventHandler<WorkflowExecutionEventArgs> localWorkflowExecutionEvent = this._workflowExecutionEvent; 3577EventHandler<WorkflowExecutionEventArgs> localWorkflowExecutionEvent = this._workflowExecutionEvent; 3586EventHandler<WorkflowExecutionEventArgs> localWorkflowExecutionEvent = this._workflowExecutionEvent; 3628EventHandler<WorkflowExecutionEventArgs> localWorkflowExecutionEvent = this._workflowExecutionEvent;
WorkflowRuntime.cs (2)
1204workflowExecutor.WorkflowExecutionEvent += new EventHandler<WorkflowExecutor.WorkflowExecutionEventArgs>(WorkflowExecutionEvent); 1207void WorkflowExecutionEvent(object sender, WorkflowExecutor.WorkflowExecutionEventArgs e)