IProfileNotification.ProfileUpdated Événement
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.