'Declaration Public Function New( _
ByVal annotationViewThe annotation view.As WpfPdfAnnotationView, _
ByVal mouseEventArgsMouse event args.As System.Windows.Input.MouseEventArgs _
)
public WpfPdfAnnotationViewMouseEventArgs(
WpfPdfAnnotationView annotationView,
System.Windows.Input.MouseEventArgs mouseEventArgs
)
public: WpfPdfAnnotationViewMouseEventArgs(
WpfPdfAnnotationView* annotationView,
System.Windows.Input.MouseEventArgs* mouseEventArgs
)
public:
WpfPdfAnnotationViewMouseEventArgs(
WpfPdfAnnotationView^ annotationView,
System.Windows.Input.MouseEventArgs^ mouseEventArgs
)
Parameters
- annotationView
- The annotation view.
- mouseEventArgs
- Mouse event args.