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
Співпраця з нами на GitHub
Джерело цього вмісту можна знайти на GitHub, де також можна створювати й переглядати запитання та запити на внесення змін. Докладні відомості наведено в нашому посібнику для співавторів.