SectionsInViewChangedEventHandler 代理人

定義

SectionsInViewChanged イベントを処理するメソッドを表します。

public delegate void SectionsInViewChangedEventHandler(Platform::Object ^ sender, SectionsInViewChangedEventArgs ^ e);
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(1810672234, 25592, 18431, 182, 172, 118, 231, 218, 36, 125, 103)]
class SectionsInViewChangedEventHandler : MulticastDelegate
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(1810672234, 25592, 18431, 182, 172, 118, 231, 218, 36, 125, 103)]
public delegate void SectionsInViewChangedEventHandler(object sender, SectionsInViewChangedEventArgs e);
Public Delegate Sub SectionsInViewChangedEventHandler(sender As Object, e As SectionsInViewChangedEventArgs)

パラメーター

sender
Object

Platform::Object

IInspectable

ハンドラーがアタッチされているオブジェクト。

e
SectionsInViewChangedEventArgs

イベントのイベント データ。

属性

Windows の要件

デバイス ファミリ
Windows 10 (10.0.10240.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v1.0 で導入)

適用対象