DataGridTextColumn.RefreshCellContent(FrameworkElement, Brush, String) Method

Definition

Called by the DataGrid control when this column asks for its elements to be updated, because a property changed.

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

Parameters

element
Windows.UI.Xaml.FrameworkElement
computedRowForeground
Windows.UI.Xaml.Media.Brush
propertyName
String

Applies to