The moved item index. Between 0 and ItemCount - 1.
The index of the item destination. Between 0 and ItemCount - 1.





In This Topic
GdPicture14 Namespace / ThumbnailEx.ItemMovedEventHandler Delegate

ThumbnailEx.ItemMovedEventHandler Delegate

In This Topic
Occurs when the user moved an item in the control.
Syntax
'Declaration
 
<GuidAttribute("087288FE-F973-330B-8E85-3FA29675FA2B")>
Public Delegate Sub ThumbnailEx.ItemMovedEventHandler( _
   ByVal srcIdx As Integer, _
   ByVal dstIdx As Integer _
) 
[Guid("087288FE-F973-330B-8E85-3FA29675FA2B")]
public delegate void ThumbnailEx.ItemMovedEventHandler( 
   int srcIdx,
   int dstIdx
)
public delegate ThumbnailEx.ItemMovedEventHandler( 
    srcIdx: Integer;
    dstIdx: Integer
);
GuidAttribute("087288FE-F973-330B-8E85-3FA29675FA2B")
public delegate ThumbnailEx.ItemMovedEventHandler( 
   srcIdx : int,
   dstIdx : int
)
[Guid("087288FE-F973-330B-8E85-3FA29675FA2B")]
public: __gc __delegate void ThumbnailEx.ItemMovedEventHandler( 
   int srcIdx,
   int dstIdx
)
[Guid("087288FE-F973-330B-8E85-3FA29675FA2B")]
public delegate void ThumbnailEx.ItemMovedEventHandler( 
   int srcIdx,
   int dstIdx
)

Parameters

srcIdx
The moved item index. Between 0 and ItemCount - 1.
dstIdx
The index of the item destination. Between 0 and ItemCount - 1.
See Also