Raised when a diagram link must be custom drawn.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public event EventHandler<DrawLinkEventArgs> DrawLink |
Visual Basic
Copy Code
|
|---|
Public Event DrawLink As EventHandler(Of DrawLinkEventArgs) |
Event DataDrawLink event handlers receive an argument of type DrawLinkEventArgs.
See Also