4 types derived from WorkflowApplicationEventArgs
System.Activities (4)
System\Activities\WorkflowApplicationAbortedEventArgs.cs (1)
12public class WorkflowApplicationAbortedEventArgs : WorkflowApplicationEventArgs
System\Activities\WorkflowApplicationCompletedEventArgs.cs (1)
12public class WorkflowApplicationCompletedEventArgs : WorkflowApplicationEventArgs
System\Activities\WorkflowApplicationIdleEventArgs.cs (1)
12public class WorkflowApplicationIdleEventArgs : WorkflowApplicationEventArgs
System\Activities\WorkflowApplicationUnhandledExceptionEventArgs.cs (1)
12public class WorkflowApplicationUnhandledExceptionEventArgs : WorkflowApplicationEventArgs
1 instantiation of WorkflowApplicationEventArgs
System.Activities (1)
System\Activities\WorkflowApplication.cs (1)
2775handler(new WorkflowApplicationEventArgs(this));
3 references to WorkflowApplicationEventArgs
System.Activities (3)
System\Activities\WorkflowApplication.cs (3)
62Action<WorkflowApplicationEventArgs> onUnloaded; 184public Action<WorkflowApplicationEventArgs> Unloaded 2768Action<WorkflowApplicationEventArgs> handler = this.Unloaded;