IProfileNotification.ProfileUpdated Événement

Définition

Se produit lorsqu'un TrackingProfile pour un Type de workflow spécifique est mis à jour.

public:
 event EventHandler<System::Workflow::Runtime::Tracking::ProfileUpdatedEventArgs ^> ^ ProfileUpdated;
event EventHandler<System.Workflow.Runtime.Tracking.ProfileUpdatedEventArgs> ProfileUpdated;
member this.ProfileUpdated : EventHandler<System.Workflow.Runtime.Tracking.ProfileUpdatedEventArgs> 
Event ProfileUpdated As EventHandler(Of ProfileUpdatedEventArgs) 

Type d'événement

Remarques

Un service de suivi peut déclencher l'événement ProfileUpdated pour signaler à l'infrastructure de suivi d'exécution qu'un nouveau TrackingProfile est disponible pour le Type de workflow indiqué. Le Type de workflow et le TrackingProfile sont passés dans un ProfileUpdatedEventArgs.

S’applique à