HtmlScrollEventArgs

TheArtOfDev.HtmlRenderer.Core.Entities

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

继承自: EventArgs

构造函数

HtmlScrollEventArgs(RPoint)

Init.

location
the location to scroll to

属性

X : double

the x location to scroll to

Y : double

the x location to scroll to

方法

ToString() : string

Return the string representation of the scroll event args.

字段

_location : RPoint

the location to scroll to