Disposes of a Windows.UI.Xaml.FrameworkElement when its associated cell is scrolled out of view.
Syntax
'Declaration
Public Overridable Sub DisposeCell( _
ByVal As C1FlexGrid, _
ByVal As CellType, _
ByVal As Windows.UI.Xaml.FrameworkElement _
)
public virtual void DisposeCell(
C1FlexGrid ,
CellType ,
Windows.UI.Xaml.FrameworkElement
)
Parameters
- grid
- C1FlexGrid that owns the cell.
- cellType
- CellType that specifies the type of cell to be created.
- cell
- Windows.UI.Xaml.FrameworkElement to be disposed of.
See Also