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