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