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