ArcFM Solution Developer Guide
NodeMouseDoubleClick Event


Syntax
'Declaration
 
<SRCategoryAttribute("CatBehavior")>
<SRDescriptionAttribute("TreeViewNodeMouseDoubleClickDescr")>
Public Event NodeMouseDoubleClick As System.Windows.Forms.TreeNodeMouseClickEventHandler
'Usage
 
Dim instance As MinerTreeView
Dim handler As System.Windows.Forms.TreeNodeMouseClickEventHandler
 
AddHandler instance.NodeMouseDoubleClick, handler
[SRCategory("CatBehavior")]
[SRDescription("TreeViewNodeMouseDoubleClickDescr")]
public event System.Windows.Forms.TreeNodeMouseClickEventHandler NodeMouseDoubleClick
Event Data

The event handler receives an argument of type System.Windows.Forms.TreeNodeMouseClickEventArgs containing data related to this event. The following TreeNodeMouseClickEventArgs properties provide information specific to this event.

PropertyDescription
Button (Inherited from System.Windows.Forms.MouseEventArgs)
Clicks (Inherited from System.Windows.Forms.MouseEventArgs)
Delta (Inherited from System.Windows.Forms.MouseEventArgs)
Location (Inherited from System.Windows.Forms.MouseEventArgs)
Node  
X (Inherited from System.Windows.Forms.MouseEventArgs)
Y (Inherited from System.Windows.Forms.MouseEventArgs)
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

MinerTreeView Class
MinerTreeView Members

 

 


Send Comment