Skip to main content

NotifyPropertyChanged Method

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

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls.DataGrid (in Avalonia.Controls.DataGrid.dll)

protected void NotifyPropertyChanged(
string propertyName
)

Parameters

  String
Indicates which property changed and caused this call

See Also

Reference

DataGridColumn Class
Avalonia.Controls Namespace