AttachedProperty.NotifyPropertyChanged(ModelItem) 方法
定义
创建一个通知,该通知指示指定的模型项已更改。Creates a notification that indicates that the specified model item has changed.
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
已更改的项。The item that has changed.