HtmlScrollEventArgs

TheArtOfDev.HtmlRenderer.Core.Entities

Raised when Html Renderer request scroll to specific location. This can occur on document anchor click.

Inherits: EventArgs

Constructors

HtmlScrollEventArgs(RPoint)

Init.

location
the location to scroll to

Properties

X : double

the x location to scroll to

Y : double

the x location to scroll to

Methods

ToString() : string

Return the string representation of the scroll event args.

Fields

_location : RPoint

the location to scroll to