Miner.FrameworkUI Assembly > Miner.FrameworkUI.Ink Namespace > GestureEvents Class : TapGestured Event |
'Declaration Public Event TapGestured As EventHandler(Of TapGestureEventArgs)
'Usage Dim instance As GestureEvents Dim handler As EventHandler(Of TapGestureEventArgs) AddHandler instance.TapGestured, handler
public event EventHandler<TapGestureEventArgs> TapGestured
The event handler receives an argument of type TapGestureEventArgs containing data related to this event. The following TapGestureEventArgs properties provide information specific to this event.
Property | Description |
---|---|
ActiveView | (Inherited from Miner.FrameworkUI.Ink.GestureEventArgsBase) |
Cancel | (Inherited from System.ComponentModel.CancelEventArgs) |
Geometry | |
TapPoint |
Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)
Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.