MindFusion.Wpf Pack Programmer's Guide
DiagramBase.DrawForeground Event
See Also
 





Raised to let you custom draw the diagram foreground.

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

 Syntax

C#  Copy Code

public event EventHandler<DiagramEventArgs> DrawForeground

Visual Basic  Copy Code

Public Event DrawForeground As EventHandler(Of DiagramEventArgs)

 Event Data

DrawForeground event handlers receive an argument of type DiagramEventArgs.

 See Also

DiagramBase Members
DiagramBase Class
MindFusion.Diagramming.Wpf Namespace