Raised to let you custom draw the diagram foreground.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public event EventHandler<DiagramEventArgs> DrawForeground |
Visual Basic
Copy Code
|
|---|
Public Event DrawForeground As EventHandler(Of DiagramEventArgs) |
Event DataDrawForeground event handlers receive an argument of type DiagramEventArgs.
See Also