Raised when the user completes drawing a selection lasso.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public event EventHandler<SelectionEventArgs> LassoDrawn |
Visual Basic
Copy Code
|
|---|
Public Event LassoDrawn As EventHandler(Of SelectionEventArgs) |
Event DataMember name | Description |
|---|---|
Gets the rectangular bounds of the drawn lasso. |
RemarksThis event is best used in conjunction with the DrawLasso behavior, which disables standard selection logic. Upon completing a lasso gesture, you might want to trigger immediate actions based on the lassoed area, such as:
See Also