CellSelectionEventHandler DelegateNFX Class Library

[This is preliminary documentation and is subject to change.]

Event handler that gets called after usee select a cell

Namespace: NFX.WinForms.Controls.GridKit
Assembly: NFX.WinForms (in NFX.WinForms.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public delegate void CellSelectionEventHandler(
	CellElement oldCell,
	CellElement newCell
)
See Also