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





Raised when the user starts drawing a selection lasso, before it is rendered on screen.

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

 Syntax

C#  Copy Code

public event EventHandler<SelectionEventArgs> InitializeLasso

Visual Basic  Copy Code

Public Event InitializeLasso As EventHandler(Of SelectionEventArgs)

 Remarks

This event is raised immediately after the user starts drawing the lasso tool.

 See Also

DiagramBase Members
DiagramBase Class
MindFusion.Diagramming.Wpf Namespace