Search
DiagramBase.InitializeLasso Event
See Also
 





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

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 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