SectionsInViewChangedEventArgs 类

定义

提供 Hub.SectionsInViewChanged 事件的数据。

public ref class SectionsInViewChangedEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.WinUIContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class SectionsInViewChangedEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public class SectionsInViewChangedEventArgs
Public Class SectionsInViewChangedEventArgs
继承
Object Platform::Object IInspectable SectionsInViewChangedEventArgs
属性

属性

AddedSections

获取一个集合,该集合包含移动到视图中的中心部分。

RemovedSections

获取一个集合,该集合包含移出视图的中心部分。

适用于

另请参阅