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'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.