VirtualizingPanel.ShouldItemsChangeAffectLayoutCore Método
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Devolve um valor que indica se um item alterado em um ItemsControl afeta o layout deste painel.
protected:
virtual bool ShouldItemsChangeAffectLayoutCore(bool areItemChangesLocal, System::Windows::Controls::Primitives::ItemsChangedEventArgs ^ args);
protected virtual bool ShouldItemsChangeAffectLayoutCore(bool areItemChangesLocal, System.Windows.Controls.Primitives.ItemsChangedEventArgs args);
abstract member ShouldItemsChangeAffectLayoutCore : bool * System.Windows.Controls.Primitives.ItemsChangedEventArgs -> bool
override this.ShouldItemsChangeAffectLayoutCore : bool * System.Windows.Controls.Primitives.ItemsChangedEventArgs -> bool
Protected Overridable Function ShouldItemsChangeAffectLayoutCore (areItemChangesLocal As Boolean, args As ItemsChangedEventArgs) As Boolean
Parâmetros
- areItemChangesLocal
- Boolean
true se o item alterado for um filho direto deste VirtualizingPanel; false se o item alterado for um descendente indireto do VirtualizingPanel.
Contém dados relativos ao item alterado.
Devoluções
true se o item alterado em an ItemsControl afetar a disposição deste painel; caso contrário, false.