[This is preliminary documentation and is subject to change.]
Event handler that gets called after usee select a cell
Namespace: NFX.WinForms.Controls.GridKitAssembly: NFX.WinForms (in NFX.WinForms.dll) Version: 3.0.0.1 (3.0.0.1)
public delegate void CellSelectionEventHandler(
CellElement oldCell,
CellElement newCell
)
public delegate void CellSelectionEventHandler(
CellElement oldCell,
CellElement newCell
)
Public Delegate Sub CellSelectionEventHandler (
oldCell As CellElement,
newCell As CellElement
)
Public Delegate Sub CellSelectionEventHandler (
oldCell As CellElement,
newCell As CellElement
)
public delegate void CellSelectionEventHandler(
CellElement^ oldCell,
CellElement^ newCell
)
public delegate void CellSelectionEventHandler(
CellElement^ oldCell,
CellElement^ newCell
)
type CellSelectionEventHandler =
delegate of
oldCell : CellElement *
newCell : CellElement -> unit
type CellSelectionEventHandler =
delegate of
oldCell : CellElement *
newCell : CellElement -> unit