ActivityChangedEventArgs(Activity, MemberDescriptor, Object, Object) Constructor
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.
Initializes an instance of the ActivityChangedEventArgs.
public:
ActivityChangedEventArgs(System::Workflow::ComponentModel::Activity ^ activity, System::ComponentModel::MemberDescriptor ^ member, System::Object ^ oldValue, System::Object ^ newValue);
public ActivityChangedEventArgs (System.Workflow.ComponentModel.Activity activity, System.ComponentModel.MemberDescriptor member, object oldValue, object newValue);
new System.Workflow.ComponentModel.Design.ActivityChangedEventArgs : System.Workflow.ComponentModel.Activity * System.ComponentModel.MemberDescriptor * obj * obj -> System.Workflow.ComponentModel.Design.ActivityChangedEventArgs
Public Sub New (activity As Activity, member As MemberDescriptor, oldValue As Object, newValue As Object)
Parameters
- activity
- Activity
The Activity associated with the designer that has changed.
- member
- MemberDescriptor
The member of the Activity that has changed.
- oldValue
- Object
The value of the member before the change.
- newValue
- Object
The value of the member after the change.
Applies to
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.