Called to repaint the the
Cell.
Namespace: Dapfor.Net.UiAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
| C# |
|---|
protected virtual void OnPaintCell(
PaintCellEventArgs args
) |
| Visual Basic |
|---|
Protected Overridable Sub OnPaintCell (
args As PaintCellEventArgs
) |
| Visual C++ |
|---|
protected:
virtual void OnPaintCell(
PaintCellEventArgs^ args
) |
| F# |
|---|
abstract OnPaintCell :
args : PaintCellEventArgs -> unit
override OnPaintCell :
args : PaintCellEventArgs -> unit |
Parameters
- args
- Type: Dapfor.Net.Ui..::..PaintCellEventArgs
The PaintCellEventArgs instance containing the event data.
See Also