SelectingEventArgs Structure
Event data in a StandardTool.Selecting or StandardTool3D.Selecting event.
Namespace: Carmenta.Engine
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CECore assembly)
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CECore assembly)
Thread safety: Members defined in this class are thread-safe.
Syntax
public class SelectingEventArgs : EventArgs
Platforms
Windows, Linux, Android
SelectingEventArgs Members
The SelectingEventArgs type has the following members.
Constructors
Properties
Name | Description |
---|
Name | Description |
---|---|
Ids | Gets the list of feature identities that are about to be selected. |
MultiSelect | Gets a flag indicating if the select operation is a normal (single) select or a multi-select. |
X | Gets the X coordinate of the mouse event that triggered the selection. |
Y | Gets the Y coordinate of the mouse event that triggered the selection. |
Methods
Name | Description |
---|