Called to repaint the the group
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 OnPaintGroupRow(
PaintGroupRowEventArgs args
) |
Visual Basic |
---|
Protected Overridable Sub OnPaintGroupRow (
args As PaintGroupRowEventArgs
) |
Visual C++ |
---|
protected:
virtual void OnPaintGroupRow(
PaintGroupRowEventArgs^ args
) |
F# |
---|
abstract OnPaintGroupRow :
args : PaintGroupRowEventArgs -> unit
override OnPaintGroupRow :
args : PaintGroupRowEventArgs -> unit |
Parameters
- args
- Type: Dapfor.Net.Ui..::..PaintGroupRowEventArgs
The PaintGroupRowEventArgs instance containing the event data.
See Also