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
Surađujte s nama na GitHubu
Izvor za ovaj sadržaj možete pronaći na GitHubu, gdje možete stvarati i pregledavati probleme i zahtjeve za povlačenjem. Dodatne informacije potražite u našem vodiču za suradnike.