RefreshCellContent Method
Called by the DataGrid control when a column asked for its elements to be refreshed, typically because one of its properties changed.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls.DataGrid (in Avalonia.Controls.DataGrid.dll)
- C#
- VB
- F#
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
- Control
- Indicates the element that needs to be refreshed
- String
- Indicates which property changed and caused this call