SectionsInViewChangedEventArgs.RemovedSections Property

Definition

Gets a collection that contains the hub sections that moved out of view.

public:
 property IVector<HubSection ^> ^ RemovedSections { IVector<HubSection ^> ^ get(); };
IVector<HubSection> RemovedSections();
public IList<HubSection> RemovedSections { get; }
var iVector = sectionsInViewChangedEventArgs.removedSections;
Public ReadOnly Property RemovedSections As IList(Of HubSection)

Property Value

A collection that contains the hub sections that moved into view.

Applies to