ThumbnailEx.ItemMovedEventArgs Class Properties
In This Topic
For a list of all members of this type, see ThumbnailEx.ItemMovedEventArgs members.
Public Properties
| Name | Description |
 | dstIdx |
The index of the item destination. Between 0 and ItemCount - 1.
|
 | Handled | (Inherited from System.Windows.RoutedEventArgs) |
 | OriginalSource | (Inherited from System.Windows.RoutedEventArgs) |
 | RoutedEvent | (Inherited from System.Windows.RoutedEventArgs) |
 | Source | (Inherited from System.Windows.RoutedEventArgs) |
 | srcIdx |
The moved item index. Between 0 and ItemCount - 1.
|
Top
See Also