| TreeGridViewIHandlerGetDragInfo Method  | 
 
            Gets the tree grid drag info for the specified DragEventArgs.
            
 
    Namespace: 
   Eto.Forms
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
 Syntax
SyntaxTreeGridViewDragInfo GetDragInfo(
	DragEventArgs args
)
Function GetDragInfo ( 
	args As DragEventArgs
) As TreeGridViewDragInfo
abstract GetDragInfo : 
        args : DragEventArgs -> TreeGridViewDragInfo 
Parameters
- args
- Type: Eto.FormsDragEventArgs
 Arguments to get the drag info for.
Return Value
Type: 
TreeGridViewDragInfoThe drag information.
 Remarks
Remarks
            Use this to get or set information about where the drop will occur.
            
 See Also
See Also