Members





In This Topic
GdPicture14.WPF Namespace / GdViewer.AnnotationMovedEventArgs Class

GdViewer.AnnotationMovedEventArgs Class

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

System.Object
   System.EventArgs
      System.Windows.RoutedEventArgs
         GdPicture14.WPF.GdViewer.AnnotationMovedEventArgs

See Also