Called when the Cell's IFormat is changed.

Namespace: Dapfor.Net.Ui
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)

Syntax

C#
protected virtual void OnCellFormatChanged(
	Cell cell
)
Visual Basic
Protected Overridable Sub OnCellFormatChanged ( 
	cell As Cell
)
Visual C++
protected:
virtual void OnCellFormatChanged(
	Cell^ cell
)
F#
abstract OnCellFormatChanged : 
        cell : Cell -> unit 
override OnCellFormatChanged : 
        cell : Cell -> unit 

Parameters

cell
Type: Dapfor.Net.Ui..::..Cell
The cell.

See Also