Members





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

GdViewer.AnnotationSelectedEventArgs Class

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

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

See Also