ArcFM Responder Mobile Developer Guide
ItemReordered Method (MMListenerClass)






Syntax
'Declaration
 
Public Overridable Sub ItemReordered( _
   ByVal Item As System.Object, _
   ByVal toIndex As System.Integer _
) 
'Usage
 
Dim instance As MMListenerClass
Dim Item As System.Object
Dim toIndex As System.Integer
 
instance.ItemReordered(Item, toIndex)
public virtual void ItemReordered( 
   System.object Item,
   System.int toIndex
)
public procedure ItemReordered( 
    Item: System.TObject;
    toIndex: System.Integer
); virtual; 
public function ItemReordered( 
   Item : System.Object,
   toIndex : System.int
);
public: virtual void ItemReordered( 
   System.Object* Item,
   System.int toIndex
) 
public:
virtual void ItemReordered( 
   System.Object^ Item,
   System.int toIndex
) 

Parameters

Item
toIndex
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

Reference

MMListenerClass Class
MMListenerClass Members

Send Feedback