ScrollEventHandler Delegate

Definition

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

public delegate void ScrollEventHandler(Platform::Object ^ sender, ScrollEventArgs ^ e);
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(2288038052, 41859, 19587, 179, 6, 161, 195, 157, 125, 184, 127)]
class ScrollEventHandler : MulticastDelegate
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(2288038052, 41859, 19587, 179, 6, 161, 195, 157, 125, 184, 127)]
public delegate void ScrollEventHandler(object sender, ScrollEventArgs e);
Public Delegate Sub ScrollEventHandler(sender As Object, e As ScrollEventArgs)

Parameters

sender
Object

Platform::Object

IInspectable

The source of the event.

e
ScrollEventArgs

A ScrollEventArgs that contains the event data.

Attributes

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)

Applies to