Compartir a través de


AttachedProperty.NotifyPropertyChanged(ModelItem) Método

Definición

Crea una notificación que indica que el elemento de modelo especificado ha cambiado.

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)

Parámetros

modelItem
ModelItem

El elemento que ha cambiado.

Se aplica a