DataGridColumn.RefreshCellContent(FrameworkElement, Brush, String) Method

Definition

Called by the DataGrid control when a column asked for its elements to be refreshed, typically because one of its properties changed.

protected internal virtual void RefreshCellContent (Windows.UI.Xaml.FrameworkElement element, Windows.UI.Xaml.Media.Brush computedRowForeground, string propertyName);
abstract member RefreshCellContent : Windows.UI.Xaml.FrameworkElement * Windows.UI.Xaml.Media.Brush * string -> unit
override this.RefreshCellContent : Windows.UI.Xaml.FrameworkElement * Windows.UI.Xaml.Media.Brush * string -> unit
Protected Friend Overridable Sub RefreshCellContent (element As FrameworkElement, computedRowForeground As Brush, propertyName As String)

Parameters

element
Windows.UI.Xaml.FrameworkElement

Indicates the element that needs to be refreshed

computedRowForeground
Windows.UI.Xaml.Media.Brush

Indicates the computed row foreground based on RowForeground and AlternatingRowForeground

propertyName
String

Indicates which property changed and caused this call

Applies to