Members





In This Topic
GdPicture14.WPF Namespace / ThumbnailEx.ItemSelectionChangedEventArgs Class

ThumbnailEx.ItemSelectionChangedEventArgs Class

In This Topic
Provides data for the ItemSelectionChanged event.
Syntax
'Declaration
 
Public Class ThumbnailEx.ItemSelectionChangedEventArgs 
   Inherits System.Windows.RoutedEventArgs
public class ThumbnailEx.ItemSelectionChangedEventArgs : System.Windows.RoutedEventArgs 
public class ThumbnailEx.ItemSelectionChangedEventArgs = class(System.Windows.RoutedEventArgs)
public class ThumbnailEx.ItemSelectionChangedEventArgs extends System.Windows.RoutedEventArgs
public __gc class ThumbnailEx.ItemSelectionChangedEventArgs : public System.Windows.RoutedEventArgs 
public ref class ThumbnailEx.ItemSelectionChangedEventArgs : public System.Windows.RoutedEventArgs 
Inheritance Hierarchy

System.Object
   System.EventArgs
      System.Windows.RoutedEventArgs
         GdPicture14.WPF.ThumbnailEx.ItemSelectionChangedEventArgs

See Also