Search
DiagramBase.OnLassoDrawn Method
See Also
 





Raises the LassoDrawn event.

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

 Syntax

C#  Copy Code

protected virtual void OnLassoDrawn (
    SelectionEventArgs e
)

Visual Basic  Copy Code

Protected Overridable Sub OnLassoDrawn( _
    e As SelectionEventArgs _
)

 Parameters

e

An object providing the event data.

 See Also