DataGridColumnRefreshCellContent Method
Called by the DataGrid control when a column asked for its
elements to be refreshed, typically because one of its properties changed.
Namespace: Avalonia.ControlsAssembly: Avalonia.Controls.DataGrid (in Avalonia.Controls.DataGrid.dll) Version: 11.3.999
protected virtual void RefreshCellContent(
Control element,
string propertyName
)
Protected Overridable Sub RefreshCellContent (
element As Control,
propertyName As String
)
abstract RefreshCellContent :
element : Control *
propertyName : string -> unit
override RefreshCellContent :
element : Control *
propertyName : string -> unit
Parameters
- element Control
- Indicates the element that needs to be refreshed
- propertyName String
- Indicates which property changed and caused this call