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。 工作流 TypeTrackingProfile 传入的 ProfileUpdatedEventArgs

适用于