共用方式為


ScrollEventHandler 代理人

定義

表示將處理 ScrollBarScroll事件的方法。

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)

參數

sender
Object

Platform::Object

IInspectable

事件的來源。

e
ScrollEventArgs

包含事件資料的 ScrollEventArgs

屬性

Windows 需求

裝置系列
Windows 10 (已於 10.0.10240.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v1.0 引進)

適用於