PDFReaderControls.NET Professional Type Reference

CustomAnnotation.OnMouseMove Method 

Called when the mouse moves over this custom annotation.

protected virtual void OnMouseMove(
   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