ScrollEventHandler Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
A ScrollEventArgs that contains the event data.
- Attributes