ActivityExecutionStatusChangedEventArgs Class
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.
Caution
The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*
Holds information relating to the change of execution status event for an Activity. This class cannot be inherited.
public ref class ActivityExecutionStatusChangedEventArgs sealed : EventArgs
[System.Serializable]
public sealed class ActivityExecutionStatusChangedEventArgs : EventArgs
[System.Serializable]
[System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")]
public sealed class ActivityExecutionStatusChangedEventArgs : EventArgs
[<System.Serializable>]
type ActivityExecutionStatusChangedEventArgs = class
inherit EventArgs
[<System.Serializable>]
[<System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")>]
type ActivityExecutionStatusChangedEventArgs = class
inherit EventArgs
Public NotInheritable Class ActivityExecutionStatusChangedEventArgs
Inherits EventArgs
- Inheritance
- Attributes
Remarks
Note
This material discusses types and namespaces that are obsolete. For more information, see Deprecated Types in Windows Workflow Foundation 4.5.
Properties
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. |
Methods
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() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Provides a String representing the current instance. |