Called when the user is clicking on the Cell.
Namespace: Dapfor.Wpf.ControlsAssembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)
Syntax
| C# |
|---|
protected virtual void OnCellClicking( Cell cell ) |
| Visual Basic |
|---|
Protected Overridable Sub OnCellClicking ( cell As Cell ) |
| Visual C++ |
|---|
protected: virtual void OnCellClicking( Cell^ cell ) |
| F# |
|---|
abstract OnCellClicking : cell : Cell -> unit override OnCellClicking : cell : Cell -> unit |
Parameters
- cell
- Type: Dapfor.Wpf.Controls..::..Cell
The cell.