SendActivityEventArgs Constructor (SendActivity^)

 

Initializes a new instance of the SendActivityEventArgs class.

Namespace:   System.Workflow.Activities
Assembly:  System.WorkflowServices (in System.WorkflowServices.dll)

public:
SendActivityEventArgs(
	SendActivity^ sendActivity
)

Parameters

sendActivity
Type: System.Workflow.Activities::SendActivity^

The T:System.Workflow.Activities.SendActivity that threw the event associated with this SendActivityEventArgs.

.NET Framework
Available since 3.5
Return to top
Show: