'Declaration Public Function New( _
ByVal annotationViewThe annotation view.As PdfAnnotationView, _
ByVal mouseEventArgsMouse event args.As Vintasoft.Imaging.UI.VisualTools.VisualToolMouseEventArgs _
)
public PdfAnnotationViewMouseEventArgs(
PdfAnnotationView annotationView,
Vintasoft.Imaging.UI.VisualTools.VisualToolMouseEventArgs mouseEventArgs
)
public: PdfAnnotationViewMouseEventArgs(
PdfAnnotationView* annotationView,
Vintasoft.Imaging.UI.VisualTools.VisualToolMouseEventArgs* mouseEventArgs
)
public:
PdfAnnotationViewMouseEventArgs(
PdfAnnotationView^ annotationView,
Vintasoft.Imaging.UI.VisualTools.VisualToolMouseEventArgs^ mouseEventArgs
)
Parameters
- annotationView
- The annotation view.
- mouseEventArgs
- Mouse event args.