DataGridColumn.NotifyPropertyChanged(String) Método

Definición

Notifica al DataGrid objeto que contiene esta columna que ha cambiado una propiedad de columna.

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

Parámetros

propertyName
String

Nombre de la propiedad de columna que cambió.

Se aplica a