Called when the
Cell's image is changed.
Namespace: Dapfor.Net.UiAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
C# |
---|
protected virtual void OnCellImageChanged(
Cell cell
) |
Visual Basic |
---|
Protected Overridable Sub OnCellImageChanged (
cell As Cell
) |
Visual C++ |
---|
protected:
virtual void OnCellImageChanged(
Cell^ cell
) |
F# |
---|
abstract OnCellImageChanged :
cell : Cell -> unit
override OnCellImageChanged :
cell : Cell -> unit |
Parameters
- cell
- Type: Dapfor.Net.Ui..::..Cell
The cell.
See Also