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::ProfileRemoved Event

 

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

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

event EventHandler<ProfileRemovedEventArgs^>^ ProfileRemoved {
	void add(EventHandler<ProfileRemovedEventArgs^>^ value);
	void remove(EventHandler<ProfileRemovedEventArgs^>^ value);
}

A tracking service can raise the ProfileRemoved event to inform the runtime tracking infrastructure that new instances of the workflow Type specified in ProfileRemovedEventArgs should not be tracked.

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