Data related to the lasso selection.
Namespace: Dapfor.Net.UiAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
C# |
---|
public sealed class LassoSelectionEventArgs : EventArgs |
Visual Basic |
---|
Public NotInheritable Class LassoSelectionEventArgs Inherits EventArgs |
Visual C++ |
---|
public ref class LassoSelectionEventArgs sealed : public EventArgs |
F# |
---|
[<SealedAttribute>] type LassoSelectionEventArgs = class inherit EventArgs end |
Remarks
This object contains information about the lasso selection bounds as well as LassoSelectionEventArgs.Handled variable
enabling to cancel the selection or prevent rows from selection state changing.