ActivityChangedEventArgs Constructor (Activity^, MemberDescriptor^, Object^, Object^)
.NET Framework (current version)
Initializes an instance of the ActivityChangedEventArgs.
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
Available since 3.0
Show: