GdPicture.NET.14
GdPicture14.WPF Namespace / ThumbnailEx Class / ItemSelectionChanged Event





ItemSelectionChanged Event (ThumbnailEx)
Occurs when the selected state of a thumbnail changes. Bubble routing strategy.
Syntax
'Declaration
 
Public Event ItemSelectionChanged As ThumbnailEx.ItemSelectionChangedEventHandler
 
Event Data

The event handler receives an argument of type ThumbnailEx.ItemSelectionChangedEventArgs containing data related to this event. The following ThumbnailEx.ItemSelectionChangedEventArgs properties provide information specific to this event.

PropertyDescription
(Inherited from System.Windows.RoutedEventArgs)
The thumbnail index. A value between 0 and thumbnails count.  
(Inherited from System.Windows.RoutedEventArgs)
(Inherited from System.Windows.RoutedEventArgs)
True is the thumbnail is selected, False otherwise.  
(Inherited from System.Windows.RoutedEventArgs)
See Also