Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ActivityChangedEventArgs Constructor (Activity^, MemberDescriptor^, Object^, Object^)

 

Initializes an instance of the ActivityChangedEventArgs.

Namespace:   System.Workflow.ComponentModel.Design
Assembly:  System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)

public:
ActivityChangedEventArgs(
	Activity^ activity,
	MemberDescriptor^ member,
	Object^ oldValue,
	Object^ newValue
)

Parameters

activity
Type: System.Workflow.ComponentModel::Activity^

The Activity associated with the designer that has changed.

member
Type: System.ComponentModel::MemberDescriptor^

The member of the Activity that has changed.

oldValue
Type: System::Object^

The value of the member before the change.

newValue
Type: System::Object^

The value of the member after the change.

.NET Framework
Available since 3.0
Return to top
Show:
© 2017 Microsoft