Raised when the button is drawn to allow for custom drawing.
Namespace: MindFusion.Diagramming.Components
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public event EventHandler<DrawButtonEventArgs> CustomDraw |
Visual Basic Copy Code |
---|
Public Event CustomDraw As EventHandler(Of DrawButtonEventArgs) |
CustomDraw event handlers receive an argument of type DrawButtonEventArgs.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |