Raised when the button is drawn to allow for custom drawing.
Namespace: MindFusion.Diagramming.Manipulators
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public event EventHandler<DrawButtonEventArgs> CustomDraw |
Visual Basic
Copy Code
|
|---|
Public Event CustomDraw As EventHandler(Of DrawButtonEventArgs) |
Event DataCustomDraw event handlers receive an argument of type DrawButtonEventArgs.
See Also