Namespace: Dapfor.Wpf.ControlsAssembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)
Syntax
C# |
---|
protected virtual Cell OnPrevEditableCell(
Cell editingCell,
Cell newEditableCell
) |
Visual Basic |
---|
Protected Overridable Function OnPrevEditableCell (
editingCell As Cell,
newEditableCell As Cell
) As Cell |
Visual C++ |
---|
protected:
virtual Cell^ OnPrevEditableCell(
Cell^ editingCell,
Cell^ newEditableCell
) |
F# |
---|
abstract OnPrevEditableCell :
editingCell : Cell *
newEditableCell : Cell -> Cell
override OnPrevEditableCell :
editingCell : Cell *
newEditableCell : Cell -> Cell |
Parameters
- editingCell
- Type: Dapfor.Wpf.Controls..::..Cell
The currently editing cell.
- newEditableCell
- Type: Dapfor.Wpf.Controls..::..Cell
A new Cell to edit.
Return Value
Type:
CellA
Cell to edit.
See Also