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