RefreshCellContent Method
Called by the DataGrid control when this column asks for its elements to be updated, because its CheckBoxContent or IsThreeState property changed.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls.DataGrid (in Avalonia.Controls.DataGrid.dll)
- C#
- VB
- F#
protected override void RefreshCellContent(
Control element,
string propertyName
)
Protected Overrides Sub RefreshCellContent (
element As Control,
propertyName As String
)
abstract RefreshCellContent :
element : Control *
propertyName : string -> unit
override RefreshCellContent :
element : Control *
propertyName : string -> unit