DataGridColumn.RefreshCellContent(FrameworkElement, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
When overridden in a derived class, updates the contents of a cell in the column in response to a column property value that changed.
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)
Parameters
- element
- FrameworkElement
The cell to update.
- propertyName
- String
The name of the column property that changed.
Applies to
Vertu í samstarfi við okkur á GitHub
Heimildina fyrir þetta efni er að finna á GitHub, þar sem þú getur líka búið til og farið yfir vandamál og sameinað beiðnir. Frekari upplýsingar er að finna í framlagshandbók okkar.