Members





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

GdViewer.BeforeAnnotationAddedByUserEventArgs Class

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

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

See Also