PDFReaderControls.NET Professional Type Reference

CustomAnnotation.OnMouseUp Method 

Called when the mouse is over this custom annotation and a mouse button is released.

protected virtual void OnMouseUp(
   PointF pagePoint,
   AnnotationMouseEventArgs mouseEventArgs
);

Parameters

pagePoint
The position of the mouse in page space.
mouseEventArgs
The mouse event data.

See Also

CustomAnnotation Class | TallComponents.PDF.Annotations Namespace