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: