Raised when an anchor point must be custom drawn.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public event EventHandler<DrawAnchorPointEventArgs> DrawAnchorPoint |
Visual Basic
Copy Code
|
|---|
Public Event DrawAnchorPoint As EventHandler(Of DrawAnchorPointEventArgs) |
Event DataDrawAnchorPoint event handlers receive an argument of type DrawAnchorPointEventArgs.
See Also