Called when some bounds in the client area of the
Grid should be painted.
Namespace: Dapfor.Net.UiAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
C# |
---|
protected virtual void OnPaintRectangle(
PaintRectangleEventArgs args
) |
Visual Basic |
---|
Protected Overridable Sub OnPaintRectangle (
args As PaintRectangleEventArgs
) |
Visual C++ |
---|
protected:
virtual void OnPaintRectangle(
PaintRectangleEventArgs^ args
) |
F# |
---|
abstract OnPaintRectangle :
args : PaintRectangleEventArgs -> unit
override OnPaintRectangle :
args : PaintRectangleEventArgs -> unit |
Parameters
- args
- Type: Dapfor.Net.Ui..::..PaintRectangleEventArgs
The PaintRectangleEventArgs instance containing the event data.
See Also