Raised when the dashboard should be repainted.
Namespace: MindFusion.Charting.Controls
Assembly: MindFusion.Charting
C# Copy Code |
---|
public event EventHandler<RepaintEventArgs> Repaint |
Visual Basic Copy Code |
---|
Public Event Repaint As EventHandler(Of RepaintEventArgs) |
Repaint event handlers receive an argument of type RepaintEventArgs.