DataGridColumn::RefreshCellContent Method (FrameworkElement^, String^)
.NET Framework (current version)
When overridden in a derived class, updates the contents of a cell in the column in response to a column property value that changed.
Assembly: PresentationFramework (in PresentationFramework.dll)
public protected: virtual void RefreshCellContent( FrameworkElement^ element, String^ propertyName )
Parameters
- element
-
Type:
System.Windows::FrameworkElement^
The cell to update.
- propertyName
-
Type:
System::String^
The name of the column property that changed.
.NET Framework
Available since 4.0
Silverlight
Available since 2.0
Available since 4.0
Silverlight
Available since 2.0
Show: