ThumbnailEx.ItemMovedEventArgs Class Members
In This Topic
The following tables list the members exposed by ThumbnailEx.ItemMovedEventArgs.
Public Constructors
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