Activity::Closed Event
.NET Framework (current version)
Occurs when an Activity has completed execution.
Assembly: System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)
Raising an event invokes the event handler through a delegate. For more information, seeNIB: Raising an Event.
The Closed method also allows derived classes to handle the event without attaching a delegate. This is the preferred technique for handling the event in a derived class.
Notes to Inheritors:
When overriding Closed in a derived class, make sure to call the base class Closed method so that registered delegates receive the event.
.NET Framework
Available since 3.0
Available since 3.0
Show: