Edit

Share via


DataGridColumn.RefreshForeground(FrameworkElement, Brush) Method

Definition

Called when the computed foreground of a row changed.

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

Parameters

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

Applies to