Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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:
© 2017 Microsoft