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