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