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

GdViewer.AnnotationMovedEventArgs Constructor(RoutedEvent,Int32)

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

Parameters

routedEvent
AnnotationIdx
See Also