ArcFM Solution Developer Guide
SelectionEventArgs Constructor


Syntax
'Declaration
 
Public Function New( _
   ByVal treeSelection As TreeSelection, _
   ByVal treeNodeSelection As System.Collections.ArrayList, _
   ByVal buttonPressed As System.Windows.Forms.MouseButtons, _
   ByVal treeViewAction As System.Windows.Forms.TreeViewAction _
)
'Usage
 
Dim treeSelection As TreeSelection
Dim treeNodeSelection As System.Collections.ArrayList
Dim buttonPressed As System.Windows.Forms.MouseButtons
Dim treeViewAction As System.Windows.Forms.TreeViewAction
 
Dim instance As New SelectionEventArgs(treeSelection, treeNodeSelection, buttonPressed, treeViewAction)
public SelectionEventArgs( 
   TreeSelection treeSelection,
   System.Collections.ArrayList treeNodeSelection,
   System.Windows.Forms.MouseButtons buttonPressed,
   System.Windows.Forms.TreeViewAction treeViewAction
)

Parameters

treeSelection
treeNodeSelection
buttonPressed
treeViewAction
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

SelectionEventArgs Class
SelectionEventArgs Members

 

 


Send Comment