HtmlScrollEventArgs

TheArtOfDev.HtmlRenderer.Core.Entities

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

Herda de: EventArgs

Construtores

HtmlScrollEventArgs(RPoint)

Init.

location
the location to scroll to

Propriedades

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