PageMouseoverEventArgs

12 Sep 20251 minute to read

This event arguments provides the necessary information about page mouseovers event.

Properties

name string

Specifies name of the event.

pageX number

Mouseover x position with respect to page container.

pageY number

Mouseover y position with respect to page container.