ActivityDesigner.OnActivityChanged(ActivityChangedEventArgs) Method

Definition

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

e
ActivityChangedEventArgs

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