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.

IProfileNotification::ProfileUpdated Event

 

Occurs when a TrackingProfile for a specific workflow Type is updated.

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

event EventHandler<ProfileUpdatedEventArgs^>^ ProfileUpdated {
	void add(EventHandler<ProfileUpdatedEventArgs^>^ value);
	void remove(EventHandler<ProfileUpdatedEventArgs^>^ value);
}

A tracking service can raise the ProfileUpdated event to inform the runtime tracking infrastructure that a new TrackingProfile is available for the indicated workflow Type. The workflow Type and the TrackingProfile are passed in a ProfileUpdatedEventArgs.

.NET Framework
Available since 3.0
Return to top
Show:
© 2017 Microsoft