ActivityChangedEventArgs Class

Definition

Caution

The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*

Contains information about changes made to the activity associated with the designer.

public ref class ActivityChangedEventArgs : EventArgs
public class ActivityChangedEventArgs : EventArgs
[System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")]
public class ActivityChangedEventArgs : EventArgs
type ActivityChangedEventArgs = class
    inherit EventArgs
[<System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")>]
type ActivityChangedEventArgs = class
    inherit EventArgs
Public Class ActivityChangedEventArgs
Inherits EventArgs
Inheritance
ActivityChangedEventArgs
Attributes

Remarks

Note

This material discusses types and namespaces that are obsolete. For more information, see Deprecated Types in Windows Workflow Foundation 4.5.

When changes are made to an activity associated with a designer, the ActivityChangedEventArgs will contain information about the change.

Constructors

ActivityChangedEventArgs(Activity, MemberDescriptor, Object, Object)

Initializes an instance of the ActivityChangedEventArgs.

Properties

Activity

Gets the Activity that has changed.

Member

The member of the Activity being changed.

NewValue

The new value of the member of the Activity that has changed.

OldValue

The old value of the member of the Activity that has changed.

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()

Returns a string that represents the current object.

(Inherited from Object)

Applies to