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





PreviewItemClicked Event
Occurs when a thumbnail is clicked. Tunnel routing strategy.
Syntax
'Declaration
 
Public Event PreviewItemClicked As ThumbnailEx.PreviewItemClickedEventHandler
 
Event Data

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

PropertyDescription
The button pressed. A member of the MouseButton enumeration.  
(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)
(Inherited from System.Windows.RoutedEventArgs)
See Also