共用方式為


AttachedProperty.NotifyPropertyChanged(ModelItem) 方法

定義

建立通知,這個通知會指出指定的模型項目已變更。

public:
 void NotifyPropertyChanged(System::Activities::Presentation::Model::ModelItem ^ modelItem);
public void NotifyPropertyChanged (System.Activities.Presentation.Model.ModelItem modelItem);
member this.NotifyPropertyChanged : System.Activities.Presentation.Model.ModelItem -> unit
Public Sub NotifyPropertyChanged (modelItem As ModelItem)

參數

modelItem
ModelItem

已變更的項目。

適用於