VirtualizingPanel.ShouldItemsChangeAffectLayoutCore Método

Definição

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.

args
ItemsChangedEventArgs

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.

Aplica-se a