SectionsInViewChangedEventArgs
SectionsInViewChangedEventArgs
SectionsInViewChangedEventArgs
SectionsInViewChangedEventArgs
Class
Definition
Provides data for the Hub.SectionsInViewChanged event.
public : class SectionsInViewChangedEventArgs : ISectionsInViewChangedEventArgspublic class SectionsInViewChangedEventArgs : ISectionsInViewChangedEventArgsPublic Class SectionsInViewChangedEventArgs Implements ISectionsInViewChangedEventArgs// This API is not available in Javascript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Properties
AddedSections AddedSections AddedSections AddedSections
Gets a collection that contains the hub sections that moved into view.
public : IVector<HubSection> AddedSections { get; }public IList<HubSection> AddedSections { get; }Public ReadOnly Property AddedSections As IList<HubSection>// This API is not available in Javascript.
- Value
- IVector<HubSection> IList<HubSection> IList<HubSection> IList<HubSection>
A collection that contains the hub sections that moved into view.
RemovedSections RemovedSections RemovedSections RemovedSections
Gets a collection that contains the hub sections that moved out of view.
public : IVector<HubSection> RemovedSections { get; }public IList<HubSection> RemovedSections { get; }Public ReadOnly Property RemovedSections As IList<HubSection>// This API is not available in Javascript.
- Value
- IVector<HubSection> IList<HubSection> IList<HubSection> IList<HubSection>
A collection that contains the hub sections that moved into view.