WorkflowSuspendedEventArgs Class
Provides data for the WorkflowRuntime.WorkflowSuspended event.
Assembly: System.Workflow.Runtime (in System.Workflow.Runtime.dll)
A workflow instance may be suspended in one of three ways: the host may call WorkflowInstance.Suspend, a SuspendActivity activity may be invoked from inside the workflow instance, or the workflow runtime engine may suspend the workflow instance. When the workflow instance is suspended, the workflow runtime engine raises the WorkflowRuntime.WorkflowSuspended event. The host may subscribe to this event by adding an event handler to WorkflowRuntime.WorkflowSuspended.
System.EventArgs
System.Workflow.Runtime.WorkflowEventArgs
System.Workflow.Runtime.WorkflowSuspendedEventArgs
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.