In This Topic
GdPicture14.WPF Namespace / GdViewer.AnnotationSelectedEventArgs Class / GdViewer.AnnotationSelectedEventArgs Constructor / GdViewer.AnnotationSelectedEventArgs Constructor(RoutedEvent,Int32)

GdViewer.AnnotationSelectedEventArgs Constructor(RoutedEvent,Int32)

In This Topic
Syntax
'Declaration

 

Public Function New( _

   ByVal routedEvent As RoutedEvent, _

   ByVal AnnotationIdx As Integer _

)
public GdViewer.AnnotationSelectedEventArgs( 

   RoutedEvent routedEvent,

   int AnnotationIdx

)
public GdViewer.AnnotationSelectedEventArgs( 

    routedEvent: RoutedEvent;

    AnnotationIdx: Integer

); 
public function GdViewer.AnnotationSelectedEventArgs( 

   routedEvent : RoutedEvent,

   AnnotationIdx : int

);
public: GdViewer.AnnotationSelectedEventArgs( 

   RoutedEvent* routedEvent,

   int AnnotationIdx

)
public:

GdViewer.AnnotationSelectedEventArgs( 

   RoutedEvent^ routedEvent,

   int AnnotationIdx

)

Parameters

routedEvent
AnnotationIdx
See Also