DataGridColumn.RefreshCellContent(FrameworkElement, String) Método

Definição

Quando sobrescrito numa classe derivada, atualiza o conteúdo de uma célula na coluna em resposta ao valor de uma propriedade de coluna que mudou.

protected public:
 virtual void RefreshCellContent(System::Windows::FrameworkElement ^ element, System::String ^ propertyName);
protected internal virtual void RefreshCellContent(System.Windows.FrameworkElement element, string propertyName);
abstract member RefreshCellContent : System.Windows.FrameworkElement * string -> unit
override this.RefreshCellContent : System.Windows.FrameworkElement * string -> unit
Protected Friend Overridable Sub RefreshCellContent (element As FrameworkElement, propertyName As String)

Parâmetros

element
FrameworkElement

A célula para atualizar.

propertyName
String

O nome da propriedade da coluna que mudou.

Aplica-se a