GdPicture.NET.14
GdPicture14.WPF Namespace / GdViewer.AnnotationClickedEventArgs Class / GdViewer.AnnotationClickedEventArgs Constructor / GdViewer.AnnotationClickedEventArgs Constructor(RoutedEvent,Int32)





In This Topic
GdViewer.AnnotationClickedEventArgs Constructor(RoutedEvent,Int32)
In This Topic
Syntax
'Declaration
 
Public Function New( _
   ByVal routedEvent As RoutedEvent, _
   ByVal AnnotationIdx As Integer _
)
public GdViewer.AnnotationClickedEventArgs( 
   RoutedEvent routedEvent,
   int AnnotationIdx
)
public GdViewer.AnnotationClickedEventArgs( 
    routedEvent: RoutedEvent;
    AnnotationIdx: Integer
); 
public function GdViewer.AnnotationClickedEventArgs( 
   routedEvent : RoutedEvent,
   AnnotationIdx : int
);
public: GdViewer.AnnotationClickedEventArgs( 
   RoutedEvent* routedEvent,
   int AnnotationIdx
)
public:
GdViewer.AnnotationClickedEventArgs( 
   RoutedEvent^ routedEvent,
   int AnnotationIdx
)

Parameters

routedEvent
AnnotationIdx
See Also