ProfileUpdatedEventArgs Constructor (Type^, TrackingProfile^)
.NET Framework (current version)
Initializes a new instance of the ProfileUpdatedEventArgs class that specifies a new TrackingProfile for the specified workflow Type.
Assembly: System.Workflow.Runtime (in System.Workflow.Runtime.dll)
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
Available since 3.0
Show: