C# Class LayoutFarm.WebDom.HtmlScrollEventArgs

Raised when Html Renderer request scroll to specific location.
This can occur on document anchor click.
Inheritance: System.EventArgs
ファイルを表示 Open project: prepare/HTML-Renderer Class Usage Examples

Public Methods

Method Description
HtmlScrollEventArgs ( Point location ) : System

init.

ToString ( ) : string

Method Details

HtmlScrollEventArgs() public method

init.
public HtmlScrollEventArgs ( Point location ) : System
location Point the location to scroll to
return System

ToString() public method

public ToString ( ) : string
return string