DataGridColumn.RefreshCellContent(FrameworkElement, String) Метод

Определение

При переопределении в производном классе обновляет содержимое ячейки в столбце в ответ на изменение значения свойства столбца.

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)

Параметры

element
FrameworkElement

Обновляемая ячейка.

propertyName
String

Имя измененного свойства столбца.

Применяется к