Raised when Html Renderer request scroll to specific location.
This can occur on document anchor click.
Наследование: System.EventArgs
Пример #1
0
 /// <summary>
 /// On html renderer scroll request adjust the scrolling of the panel to the requested location.
 /// </summary>
 private void OnScrollChange(object sender, HtmlScrollEventArgs e)
 {
     UpdateScroll(e.Location);
 }