Members





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

ThumbnailEx.ItemMovedEventArgs Class

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

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

See Also