Class HtmlScrollEventArgs
Raised when Html Renderer request scroll to specific location.
This can occur on document anchor click.
Inheritance
System.Object
System.EventArgs
HtmlScrollEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: TheArtOfDev.HtmlRenderer.Core.Entities
Assembly: Telerik.WinControls.RadMap.dll
Syntax
public sealed class HtmlScrollEventArgs : EventArgs
Constructors
HtmlScrollEventArgs(RPoint)
Init.
Declaration
public HtmlScrollEventArgs(RPoint location)
Parameters
RPoint
location
the location to scroll to |
Properties
X
the x location to scroll to
Declaration
public double X { get; }
Property Value
System.Double
|
Y
the x location to scroll to
Declaration
public double Y { get; }
Property Value
System.Double
|
Methods
ToString()
Declaration
public override string ToString()
Returns
System.String
|
Overrides
System.Object.ToString()