Search
DiagramBase.DrawBackground Event
See Also
 





Raised to let you custom draw the diagram background.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public event EventHandler<DiagramEventArgs> DrawBackground

Visual Basic  Copy Code

Public Event DrawBackground As EventHandler(Of DiagramEventArgs)

 Event Data

DrawBackground event handlers receive an argument of type DiagramEventArgs.

 See Also