ThumbnailEx.ItemCheckedEventArgs Class Members
In This Topic
The following tables list the members exposed by ThumbnailEx.ItemCheckedEventArgs.
Public Constructors
Public Properties
| Name | Description |
| Checked |
True is the thumbnail is checked, else False.
|
| 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