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)
- C#
- VB
- F#
protected void NotifyPropertyChanged(
string propertyName
)
Protected Sub NotifyPropertyChanged (
propertyName As String
)
member NotifyPropertyChanged :
propertyName : string -> unit
Parameters
- String
- Indicates which property changed and caused this call