DataGridColumn.NotifyPropertyChanged(String) Method

Definition

Called by a specific column type when one of its properties changed, and its current cells need to be updated.

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

Parameters

propertyName
String

Indicates which property changed and caused this call

Applies to