OnContentChanged Method (DataGridCellPresenter)
In This Topic
Called when the value of the
System.Windows.Controls.ContentControl.Content property changes.
Syntax
'Declaration
Protected Overrides Sub OnContentChanged( _
ByVal As Object, _
ByVal As Object _
)
protected override void OnContentChanged(
object ,
object
)
Parameters
- oldContent
- The old value of the System.Windows.Controls.ContentControl.Content property.
- newContent
- The new value of the System.Windows.Controls.ContentControl.Content property.
See Also