IProfileNotification.ProfileRemoved 事件

定义

在移除了特定工作流类型的 TrackingProfile 时发生。

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

事件类型

注解

跟踪服务可以引发 ProfileRemoved 事件来通知运行时跟踪基础结构:不应对 Type 中所指定工作流 ProfileRemovedEventArgs 的新实例进行跟踪。

适用于