StandardTouchTool.Selecting Event
Occurs when a user has clicked one ore more features and the tool is about to add them to the selection of the view. Please note that the layer must be selectable.
Syntax
public event SelectingEventHandler Selecting
Remarks
An application can use this event to present a popup menu when the user hits two or more selectable feature, and let the user choose which one to select. It is possible to prevent the tool from selecting certain objects, even if they are from a selectable layer, but it is recommended to use the Interacting event to prevent selection.
Platforms
Windows, Linux, Android