[This is preliminary documentation and is subject to change.]
Invokes cell selection event
Namespace: NFX.WinForms.Controls.GridKitAssembly: NFX.WinForms (in NFX.WinForms.dll) Version: 3.0.0.1 (3.0.0.1)
protected virtual void OnCellSelection(
CellElement oldCell,
CellElement newCell
)
protected virtual void OnCellSelection(
CellElement oldCell,
CellElement newCell
)
Protected Overridable Sub OnCellSelection (
oldCell As CellElement,
newCell As CellElement
)
Protected Overridable Sub OnCellSelection (
oldCell As CellElement,
newCell As CellElement
)
protected:
virtual void OnCellSelection(
CellElement^ oldCell,
CellElement^ newCell
)
protected:
virtual void OnCellSelection(
CellElement^ oldCell,
CellElement^ newCell
)
abstract OnCellSelection :
oldCell : CellElement *
newCell : CellElement -> unit
override OnCellSelection :
oldCell : CellElement *
newCell : CellElement -> unit
abstract OnCellSelection :
oldCell : CellElement *
newCell : CellElement -> unit
override OnCellSelection :
oldCell : CellElement *
newCell : CellElement -> unit