Raised when the user starts drawing a selection lasso, before it is rendered on screen.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public event EventHandler<SelectionEventArgs> InitializeLasso |
Visual Basic
Copy Code
|
|---|
Public Event InitializeLasso As EventHandler(Of SelectionEventArgs) |
RemarksThis event is raised immediately after the user starts drawing the lasso tool.
See Also