'Declaration
Public Overrides Sub UnbindCellContent( _ ByVal cellContent As FrameworkElement, _ ByVal row As DataGridRow _ )
public override void UnbindCellContent( FrameworkElement cellContent, DataGridRow row )
Parameters
- cellContent
- Content of the cell.
- row
- The row.