Occurs when the Cell's image 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> CellImageChanged
Visual Basic
Public Event CellImageChanged As EventHandler(Of GridCellEventArgs)
Visual C++
public:
 event EventHandler<GridCellEventArgs^>^ CellImageChanged {
	void add (EventHandler<GridCellEventArgs^>^ value);
	void remove (EventHandler<GridCellEventArgs^>^ value);
}
F#
member CellImageChanged : IEvent<EventHandler<GridCellEventArgs>,
    GridCellEventArgs>

Value

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

Thread Safety

This event is always raised in the GUI thread

See Also