SectionsInViewChangedEventArgs.RemovedSections Propriedade

Definição

Obtém uma coleção que contém as seções do hub que saíram da exibição.

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)

Valor da propriedade

Uma coleção que contém as seções do hub que foram movidas para exibição.

Aplica-se a