DataGridCell::OnColumnChanged Method (DataGridColumn^, DataGridColumn^)
.NET Framework (current version)
Called when the cell's Column property changes.
Assembly: PresentationFramework (in PresentationFramework.dll)
protected: virtual void OnColumnChanged( DataGridColumn^ oldColumn, DataGridColumn^ newColumn )
Parameters
- oldColumn
-
Type:
System.Windows.Controls::DataGridColumn^
The old column definition.
- newColumn
-
Type:
System.Windows.Controls::DataGridColumn^
The new column definition.
This method is not called if changes are made to the current column definition. It is called only if the Column property is set.
.NET Framework
Available since 4.0
Available since 4.0
Show: