ActivityExecutionStatusChangedEventArgs Class
Holds information relating to the change of execution status event for an Activity. This class cannot be inherited.
Assembly: System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)
System.EventArgs
System.Workflow.ComponentModel.ActivityExecutionStatusChangedEventArgs
| Name | Description | |
|---|---|---|
![]() | Activity | Gets the Activity that raised the event. |
![]() | ExecutionResult | Gets the ActivityExecutionResult of the Activity that raised the event corresponding to the value when the event occurred. |
![]() | ExecutionStatus | Gets the ActivityExecutionStatus of the Activity that raised the event corresponding to the value when the event occurred. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | ToString() | Provides a String representing the current instance.(Overrides Object.ToString().) |
Note |
|---|
This material discusses types and namespaces that are obsolete. For more information, see Deprecated Types in Windows Workflow Foundation 4.5. |
Available since 3.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


