Occurs when the Cell's appearance is changed.

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

Syntax

C#
public event EventHandler<GridCellEventArgs> CellAppearanceChanged
Visual Basic
Public Event CellAppearanceChanged As EventHandler(Of GridCellEventArgs)
Visual C++
public:
 event EventHandler<GridCellEventArgs^>^ CellAppearanceChanged {
	void add (EventHandler<GridCellEventArgs^>^ value);
	void remove (EventHandler<GridCellEventArgs^>^ value);
}
F#
member CellAppearanceChanged : IEvent<EventHandler<GridCellEventArgs>,
    GridCellEventArgs>

Value

Type: System..::..EventHandler<(Of <(<'GridCellEventArgs>)>)>

Thread Safety

This event is always raised in the GUI thread

See Also