ArcFM Desktop Developer Guide
DoubleCircleGestured Event


Syntax
'Declaration
 
Public Event DoubleCircleGestured As EventHandler(Of DoubleCircleEventArgs)
'Usage
 
Dim instance As GestureEvents
Dim handler As EventHandler(Of DoubleCircleEventArgs)
 
AddHandler instance.DoubleCircleGestured, handler
public event EventHandler<DoubleCircleEventArgs> DoubleCircleGestured
Event Data

The event handler receives an argument of type DoubleCircleEventArgs containing data related to this event. The following DoubleCircleEventArgs properties provide information specific to this event.

PropertyDescription
ActiveView (Inherited from Miner.FrameworkUI.Ink.GestureEventArgsBase)
Cancel (Inherited from System.ComponentModel.CancelEventArgs)
Geometry  
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