ScrollEventHandler 代理人

定義

ScrollBar の Scroll イベントを処理するメソッドを表します

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 で導入)

適用対象