Disposes of a FrameworkElement when its associated cell is scrolled
out of view.
Namespace:
C1.Phone.FlexGridAssembly: C1.Phone.FlexGrid (in C1.Phone.FlexGrid.dll)
Syntax
C# |
---|
void DisposeCell( C1FlexGrid grid, CellType cellType, FrameworkElement cell ) |
Visual Basic |
---|
Sub DisposeCell ( _ grid As C1FlexGrid, _ cellType As CellType, _ cell As FrameworkElement _ ) |
Parameters
- grid
- Type: C1.Phone.FlexGrid..::..C1FlexGrid
C1FlexGrid that owns the cell.
- cellType
- Type: C1.Phone.FlexGrid..::..CellType
CellType that specifies the type of cell to be created.
- cell
- Type: System.Windows..::..FrameworkElement
FrameworkElement to be disposed of.