Version

ItemDrag Method (IExplorerBarReplay)

Syntax
'Declaration
 
Sub ItemDrag( _
   ByVal dragAction As System.String, _
   ByVal originalGroup As System.Object, _
   ByVal item As System.Object, _
   ByVal newGroup As System.Object, _
   ByVal newItemIndex As System.Integer _
) 
void ItemDrag( 
   System.string dragAction,
   System.object originalGroup,
   System.object item,
   System.object newGroup,
   System.int newItemIndex
)

Parameters

dragAction
originalGroup
item
newGroup
newItemIndex
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also