[This is preliminary documentation and is subject to change.]
Occurs when user selects the cell
Namespace: NFX.WinForms.Controls.GridKitAssembly: NFX.WinForms (in NFX.WinForms.dll) Version: 3.0.0.1 (3.0.0.1)
public event CellSelectionEventHandler CellSelection
public event CellSelectionEventHandler CellSelection
Public Event CellSelection As CellSelectionEventHandler
Public Event CellSelection As CellSelectionEventHandler
public:
event CellSelectionEventHandler^ CellSelection {
void add (CellSelectionEventHandler^ value);
void remove (CellSelectionEventHandler^ value);
}
public:
event CellSelectionEventHandler^ CellSelection {
void add (CellSelectionEventHandler^ value);
void remove (CellSelectionEventHandler^ value);
}
member CellSelection : IEvent<CellSelectionEventHandler,
EventArgs>
member CellSelection : IEvent<CellSelectionEventHandler,
EventArgs>
Value
Type:
NFX.WinForms.Controls.GridKit CellSelectionEventHandler