Raises the LassoSelection 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 OnLassoSelection(
	LassoSelectionEventArgs e
)
Visual Basic
Protected Overridable Sub OnLassoSelection ( 
	e As LassoSelectionEventArgs
)
Visual C++
protected:
virtual void OnLassoSelection(
	LassoSelectionEventArgs^ e
)
F#
abstract OnLassoSelection : 
        e : LassoSelectionEventArgs -> unit 
override OnLassoSelection : 
        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 prevent rows from selection changing.

See Also