Occurs when the user starts 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 event EventHandler<LassoSelectionEventArgs> LassoSelectionBegin |
Visual Basic |
---|
Public Event LassoSelectionBegin As EventHandler(Of LassoSelectionEventArgs) |
Visual C++ |
---|
public:
event EventHandler<LassoSelectionEventArgs^>^ LassoSelectionBegin {
void add (EventHandler<LassoSelectionEventArgs^>^ value);
void remove (EventHandler<LassoSelectionEventArgs^>^ value);
} |
F# |
---|
member LassoSelectionBegin : IEvent<EventHandler<LassoSelectionEventArgs>,
LassoSelectionEventArgs>
|
Value
Type:
System..::..EventHandler<(Of <(<'LassoSelectionEventArgs>)>)>Remarks
See Also