ActivityDesigner.OnActivityChanged(ActivityChangedEventArgs) Method
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.
Notifies the ActivityDesigner when the activity it is associated with changes.
protected:
virtual void OnActivityChanged(System::Workflow::ComponentModel::Design::ActivityChangedEventArgs ^ e);
protected virtual void OnActivityChanged (System.Workflow.ComponentModel.Design.ActivityChangedEventArgs e);
abstract member OnActivityChanged : System.Workflow.ComponentModel.Design.ActivityChangedEventArgs -> unit
override this.OnActivityChanged : System.Workflow.ComponentModel.Design.ActivityChangedEventArgs -> unit
Protected Overridable Sub OnActivityChanged (e As ActivityChangedEventArgs)
Parameters
An ActivityChangedEventArgs that contains the event data.
Remarks
e
contains data about what changes were made to the Activity. You can use this method to update the designer state and the UI displayed on the workflow designer when a user makes changes to an activity at design time.
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.