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 の新しいインスタンスを追跡しないよう通知することができます。

適用対象