Raises the LassoSelectionBegin event.

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

Syntax

C#
protected virtual void OnLassoSelectionBegin(
	LassoSelectionEventArgs e
)
Visual Basic
Protected Overridable Sub OnLassoSelectionBegin ( 
	e As LassoSelectionEventArgs
)
Visual C++
protected:
virtual void OnLassoSelectionBegin(
	LassoSelectionEventArgs^ e
)
F#
abstract OnLassoSelectionBegin : 
        e : LassoSelectionEventArgs -> unit 
override OnLassoSelectionBegin : 
        e : LassoSelectionEventArgs -> unit 

Parameters

e
Type: Dapfor.Net.Ui..::..LassoSelectionEventArgs
The LassoSelectionEventArgs contains contains the size of the selection, as well as LassoSelectionEventArgs.Handled variable. The programmer can set this variable to true to cancel the lasso selection.

See Also