'Declaration
Public Overridable Sub UnbindCellContent( _ ByVal cellContent As System.Windows.FrameworkElement, _ ByVal row As DataGridRow _ )
public virtual void UnbindCellContent( System.Windows.FrameworkElement cellContent, DataGridRow row )
Parameters
- cellContent
- Visual element which is currently bound to the row.
- row
- The row currently bound to the cellContent.