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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.