IProfileNotification.ProfileRemoved Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Occurs when a TrackingProfile for a specific workflow Type is removed.
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)
Event Type
Remarks
A tracking service can raise the ProfileRemoved event to inform the runtime tracking infrastructure that new instances of the workflow Type specified in ProfileRemovedEventArgs should not be tracked.
Applies to
Spolupráca s nami v službe GitHub
Zdroj tohto obsahu nájdete v službe GitHub, kde môžete vytvárať a skúmať problémy a žiadosti o prijatie zmien. Ďalšie informácie nájdete v našom sprievodcovi prispievateľom.