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