Show / Hide Table of Contents

Delegate ScrollEventHandler

Represents the method that will handle the Scroll event of a ScrollBar.

Namespace: System.Windows.Controls.Primitives
Assembly: OpenSilver.dll
Syntax
public delegate void ScrollEventHandler(object sender, ScrollEventArgs e);
Parameters
Type Name Description
System.Object sender
ScrollEventArgs e
  • Improve this Doc
  • View Source