Members





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

GdViewer.AnnotationAddedByUserEventArgs Class

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

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

See Also