HtmlScrollEventArgs

TheArtOfDev.HtmlRenderer.Core.Entities

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

Hereda de: EventArgs

Constructores

HtmlScrollEventArgs(RPoint)

Init.

location
the location to scroll to

Propiedades

X : double

the x location to scroll to

Y : double

the x location to scroll to

Métodos

ToString() : string

Return the string representation of the scroll event args.

Campos

_location : RPoint

the location to scroll to