IProfileNotification.ProfileUpdated 事件

定义

在更新了特定工作流 TrackingProfileType 时发生。

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) 

事件类型

注解

跟踪服务可以引发 ProfileUpdated 事件来通知运行时跟踪基础结构:新的 TrackingProfile 已可用于指明的工作流 Type。 工作流 TypeTrackingProfileProfileUpdatedEventArgs 中传递。

适用于