ArcFM Desktop Developer Guide
TapGestured Event


Syntax
'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
Event Data

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.

PropertyDescription
ActiveView (Inherited from Miner.FrameworkUI.Ink.GestureEventArgsBase)
Cancel (Inherited from System.ComponentModel.CancelEventArgs)
Geometry  
TapPoint  
Requirements

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.

See Also

Reference

GestureEvents Class
GestureEvents Members

 

 


Send Comment