SectionsInViewChangedEventHandler 代理人

定義

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

public delegate void SectionsInViewChangedEventHandler(Platform::Object ^ sender, SectionsInViewChangedEventArgs ^ e);
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.Guid(2198689836, 33019, 23274, 188, 178, 241, 81, 116, 15, 247, 146)]
public delegate void SectionsInViewChangedEventHandler(object sender, SectionsInViewChangedEventArgs e);
Public Delegate Sub SectionsInViewChangedEventHandler(sender As Object, e As SectionsInViewChangedEventArgs)

參數

sender
Object

Platform::Object

附加處理程序的物件。

e
SectionsInViewChangedEventArgs

事件的事件資料。

屬性

適用於