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