ProfileUpdatedEventArgs Constructor (Type^, TrackingProfile^)

 

Initializes a new instance of the ProfileUpdatedEventArgs class that specifies a new TrackingProfile for the specified workflow Type.

Namespace:   System.Workflow.Runtime.Tracking
Assembly:  System.Workflow.Runtime (in System.Workflow.Runtime.dll)

public:
ProfileUpdatedEventArgs(
	Type^ workflowType,
	TrackingProfile^ profile
)

Parameters

workflowType
Type: System::Type^

The Type of workflow for which the TrackingProfile has changed.

profile
Type: System.Workflow.Runtime.Tracking::TrackingProfile^

The new TrackingProfile.

A new instance of ProfileUpdatedEventArgs is created with WorkflowType set to the specified Type and TrackingProfile set to the specified profile.

.NET Framework
Available since 3.0
Return to top
Show: