ThumbnailEx.ItemClickedEventArgs Class Properties
In This Topic
For a list of all members of this type, see ThumbnailEx.ItemClickedEventArgs members.
Public Properties
| Name | Description |
 | Button |
The button pressed. A member of the MouseButton enumeration.
|
 | Handled | (Inherited from System.Windows.RoutedEventArgs) |
 | Idx |
The thumbnail index. A value between 0 and thumbnails count.
|
 | OriginalSource | (Inherited from System.Windows.RoutedEventArgs) |
 | RoutedEvent | (Inherited from System.Windows.RoutedEventArgs) |
 | Source | (Inherited from System.Windows.RoutedEventArgs) |
Top
See Also