Called when the user has clicked 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 OnCellClicked( Cell cell ) |
Visual Basic |
---|
Protected Overridable Sub OnCellClicked ( cell As Cell ) |
Visual C++ |
---|
protected: virtual void OnCellClicked( Cell^ cell ) |
F# |
---|
abstract OnCellClicked : cell : Cell -> unit override OnCellClicked : cell : Cell -> unit |
Parameters
- cell
- Type: Dapfor.Wpf.Controls..::..Cell
The cell.