The OnTaskStatusChanged type exposes the following members.

Constructors

  NameDescription
OnTaskStatusChanged
Initializes a new instance of the OnTaskStatusChanged class

Methods

  NameDescription
AddHandler (Inherited from DependencyObject.)
ApplyWorkflowChanges (Inherited from CompositeActivity.)
Cancel (Inherited from SequenceActivity.)
Clone (Inherited from Activity.)
DisposeOverloaded.
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
EventActivity_Invoked
Handles the Invoked event of the EventActivity control.
(Inherited from CompositeTaskBase<(Of <(T>)>).)
Execute (Inherited from SequenceActivity.)
Finalize (Inherited from DependencyObject.)
GetActivityByNameOverloaded.
GetBinding (Inherited from DependencyObject.)
GetBoundValue (Inherited from DependencyObject.)
GetDynamicActivities (Inherited from CompositeActivity.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetInvocationList<(Of <(T>)>) (Inherited from DependencyObject.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
GetValue (Inherited from DependencyObject.)
GetValueBase (Inherited from DependencyObject.)
HandleFault (Inherited from SequenceActivity.)
Initialize (Inherited from CompositeActivity.)
InitializeProperties (Inherited from DependencyObject.)
InvokeOverloaded.
IsBindingSet (Inherited from DependencyObject.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
MetaEquals (Inherited from DependencyObject.)
OnActivityChangeAdd (Inherited from CompositeActivity.)
OnActivityChangeRemove (Inherited from SequenceActivity.)
OnActivityExecutionContextLoad (Inherited from CompositeActivity.)
OnActivityExecutionContextUnload (Inherited from CompositeActivity.)
OnClosed (Inherited from Activity.)
OnListChanged (Inherited from CompositeActivity.)
OnListChanging (Inherited from CompositeActivity.)
OnSequenceComplete (Inherited from SequenceActivity.)
OnWorkflowChangesCompleted (Inherited from SequenceActivity.)
RaiseEvent (Inherited from Activity.)
RaiseGenericEvent<(Of <(T>)>) (Inherited from Activity.)
RegisterEvent
Register event with EventTrackingService so host knows that this instance waits for event
(Inherited from CompositeEventBase<(Of <(T>)>).)
RegisterForStatusChange (Inherited from Activity.)
RemoveHandler (Inherited from DependencyObject.)
RemoveProperty (Inherited from DependencyObject.)
SaveOverloaded.
SetBinding (Inherited from DependencyObject.)
SetBoundValue (Inherited from DependencyObject.)
SetReadOnlyPropertyValue (Inherited from DependencyObject.)
SetValue (Inherited from DependencyObject.)
SetValueBase (Inherited from DependencyObject.)
Subscribe
Creates the subscription of an Activity to an event.
(Inherited from CompositeEventBase<(Of <(T>)>).)
ToString (Inherited from Activity.)
TrackDataOverloaded.
Uninitialize (Inherited from CompositeActivity.)
UnregisterEvent
Unregister event with EventTrackingService
(Inherited from CompositeEventBase<(Of <(T>)>).)
UnregisterForStatusChange (Inherited from Activity.)
Unsubscribe
Cancels the subscription of an Activity to an event.
(Inherited from CompositeEventBase<(Of <(T>)>).)

Properties

  NameDescription
Activities (Inherited from CompositeActivity.)
AssignedTo
The person or group/role the task is assigned to
(Inherited from CompositeTaskBase<(Of <(T>)>).)
CacheKey
Gets the cache key which can be used to get the triggering Task instance.
(Inherited from CompositeTaskBase<(Of <(T>)>).)
CanModifyActivities (Inherited from CompositeActivity.)
Description
Gets or sets the user defined description of the Activity.
(Inherited from CompositeEventBase<(Of <(T>)>).)
DesignMode (Inherited from DependencyObject.)
Enabled (Inherited from Activity.)
EnabledActivities (Inherited from CompositeActivity.)
EventActivity
Gets wrapped "raw" event activity.
(Inherited from CompositeEventBase<(Of <(T>)>).)
ExecutionResult (Inherited from Activity.)
ExecutionStatus (Inherited from Activity.)
IsDynamicActivity (Inherited from Activity.)
Name (Inherited from Activity.)
Parent (Inherited from Activity.)
ParentDependencyObject (Inherited from DependencyObject.)
PreviousStatus
The previous status of the task
(Inherited from CompositeTaskBase<(Of <(T>)>).)
QualifiedName (Inherited from Activity.)
QueueName
Gets the name of the WorkflowQueue on which the activity is waiting for data to arrive.
(Inherited from CompositeEventBase<(Of <(T>)>).)
Site (Inherited from DependencyObject.)
Status
The status of the task
(Inherited from CompositeTaskBase<(Of <(T>)>).)
TaskDescription
The description of the task
(Inherited from CompositeTaskBase<(Of <(T>)>).)
TaskSubject
The subject of the task
(Inherited from CompositeTaskBase<(Of <(T>)>).)
UserData (Inherited from DependencyObject.)
WorkflowInstanceId (Inherited from Activity.)

Events

  NameDescription
Canceling (Inherited from Activity.)
Closed (Inherited from Activity.)
Compensating (Inherited from Activity.)
Executing (Inherited from Activity.)
Faulting (Inherited from Activity.)
Invoked
Event delegate that is called when event occurs
(Inherited from CompositeTaskBase<(Of <(T>)>).)
StatusChanged (Inherited from Activity.)

See Also