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(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.Guid(4284881833, 35846, 22405, 162, 60, 48, 214, 179, 22, 49, 232)]
public delegate void ScrollEventHandler(object sender, ScrollEventArgs e);
Public Delegate Sub ScrollEventHandler(sender As Object, e As ScrollEventArgs)

Parameters

sender
Object

Platform::Object

The source of the event.

e
ScrollEventArgs

A ScrollEventArgs that contains the event data.

Attributes

Applies to