Search
Button.CustomDraw Event
See Also
 





Raised when the button is drawn to allow for custom drawing.

Namespace: MindFusion.Diagramming.Manipulators
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public event EventHandler<DrawButtonEventArgs> CustomDraw

Visual Basic  Copy Code

Public Event CustomDraw As EventHandler(Of DrawButtonEventArgs)

 Event Data

CustomDraw event handlers receive an argument of type DrawButtonEventArgs.

 See Also