Search
ButtonComponent.CustomDraw Event
See Also
 






Raised to let you custom-draw button graphics.

Namespace: MindFusion.Charting.Components
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public event EventHandler<ButtonDrawEventArgs> CustomDraw

Visual Basic  Copy Code

Public Event CustomDraw As EventHandler(Of ButtonDrawEventArgs)

 Event Data

CustomDraw event handlers receive an argument of type ButtonDrawEventArgs.

 See Also