Raised when the button is drawn to allow for custom drawing.
Namespace: MindFusion.Diagramming.Manipulators
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.