Called when the mouse pointer enters the Cell.
Namespace: Dapfor.Net.UiAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
| C# |
|---|
protected virtual void OnCellEnter( Cell cell ) |
| Visual Basic |
|---|
Protected Overridable Sub OnCellEnter ( cell As Cell ) |
| Visual C++ |
|---|
protected: virtual void OnCellEnter( Cell^ cell ) |
| F# |
|---|
abstract OnCellEnter : cell : Cell -> unit override OnCellEnter : cell : Cell -> unit |
Parameters
- cell
- Type: Dapfor.Net.Ui..::..Cell
The cell.