Raised when a tick in the gauge is being painted.
Namespace: MindFusion.Gauges
Assembly: MindFusion.Gauges
SyntaxC#
Copy Code
|
|---|
public event EventHandler<CustomPaintEventArgs> PaintTick |
Visual Basic
Copy Code
|
|---|
Public Event PaintTick As EventHandler(Of CustomPaintEventArgs) |
Event DataPaintTick event handlers receive an argument of type CustomPaintEventArgs.
See Also