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