Responder Developer Guide
TreeRowDragDrop Event


Syntax
'Declaration
 
Public Event TreeRowDragDrop As EventHandler(Of TreeViewRowDragDropEventArgs)
'Usage
 
Dim instance As FilterFinderTreeView
Dim handler As EventHandler(Of TreeViewRowDragDropEventArgs)
 
AddHandler instance.TreeRowDragDrop, handler
public event EventHandler<TreeViewRowDragDropEventArgs> TreeRowDragDrop
Event Data

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

PropertyDescription
DragEventArgs  
SourceRows  
SourceTableName  
TargetRow  
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

FilterFinderTreeView Class
FilterFinderTreeView Members

 

 


Send Comment