Gets or sets a value indicating whether this LassoSelectionEventArgs is handled.
Namespace: Dapfor.Net.UiAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
C# |
---|
public bool Handled { get; set; } |
Visual Basic |
---|
Public Property Handled As Boolean Get Set |
Visual C++ |
---|
public: property bool Handled { bool get (); void set (bool value); } |
F# |
---|
member Handled : bool with get, set |
Property Value
Type: Booleantrue if handled; otherwise, false.