Occurs when the user end the lasso selection.

Namespace: Dapfor.Net.Ui
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)

Syntax

C#
public event EventHandler<LassoSelectionEventArgs> LassoSelectionEnd
Visual Basic
Public Event LassoSelectionEnd As EventHandler(Of LassoSelectionEventArgs)
Visual C++
public:
 event EventHandler<LassoSelectionEventArgs^>^ LassoSelectionEnd {
	void add (EventHandler<LassoSelectionEventArgs^>^ value);
	void remove (EventHandler<LassoSelectionEventArgs^>^ value);
}
F#
member LassoSelectionEnd : IEvent<EventHandler<LassoSelectionEventArgs>,
    LassoSelectionEventArgs>

Value

Type: System..::..EventHandler<(Of <(<'LassoSelectionEventArgs>)>)>

See Also