DataGridColumn.NotifyPropertyChanged(String) Méthode

Définition

Informe le DataGrid contenant cette colonne qu'une propriété de colonne a été modifiée.

protected:
 void NotifyPropertyChanged(System::String ^ propertyName);
protected void NotifyPropertyChanged (string propertyName);
member this.NotifyPropertyChanged : string -> unit
Protected Sub NotifyPropertyChanged (propertyName As String)

Paramètres

propertyName
String

Nom de la propriété de colonne qui a été modifiée.

S’applique à