GdPicture.NET.14
GdPicture14.WPF Namespace / ThumbnailEx.ItemMovedEventArgs Class / srcIdx Property





In This Topic
srcIdx Property
In This Topic
The moved item index. Between 0 and ItemCount - 1.
Syntax
'Declaration
 
Public ReadOnly Property srcIdx As Integer
public int srcIdx {get;}
public read-only property srcIdx: Integer; 
public function get srcIdx : int
public: __property int get_srcIdx();
public:
property int srcIdx {
   int get();
}
See Also