編集

次の方法で共有


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 (Microsoft.UI.Xaml.FrameworkElement element, Microsoft.UI.Xaml.Media.Brush computedRowForeground, string propertyName);
override this.RefreshCellContent : Microsoft.UI.Xaml.FrameworkElement * Microsoft.UI.Xaml.Media.Brush * string -> unit
Protected Friend Overrides Sub RefreshCellContent (element As FrameworkElement, computedRowForeground As Brush, propertyName As String)

Parameters

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

Applies to