Raised when the user starts drawing a selection lasso, before it is rendered on screen.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public event EventHandler<SelectionEventArgs> InitializeLasso |
Visual Basic Copy Code |
---|
Public Event InitializeLasso As EventHandler(Of SelectionEventArgs) |
This event is raised immediately after the user starts drawing the lasso tool.
WpfDiagram Programmer's Guide | © 2024 MindFusion |