DataGridColumnNotifyPropertyChanged Method
Called by a specific column type when one of its properties changed,
and its current cells need to be updated.
Namespace: Avalonia.ControlsAssembly: Avalonia.Controls.DataGrid (in Avalonia.Controls.DataGrid.dll) Version: 11.3.999
protected void NotifyPropertyChanged(
string propertyName
)
Protected Sub NotifyPropertyChanged (
propertyName As String
)
member NotifyPropertyChanged :
propertyName : string -> unit
Parameters
- propertyName String
- Indicates which property changed and caused this call