VirtualizingPanel.ShouldItemsChangeAffectLayoutCore メソッド

定義

ItemsControlの変更された項目がこのパネルのレイアウトに影響するかどうかを示す値を返します。

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

パラメーター

areItemChangesLocal
Boolean

true変更されたアイテムがこのVirtualizingPanelの直接の子である場合は 。変更されたアイテムがVirtualizingPanelの間接的な子孫である場合はfalse

args
ItemsChangedEventArgs

変更された項目に関するデータが含まれます。

返品

true ItemsControlの変更された項目がこのパネルのレイアウトに影響する場合は a0/>。それ以外の場合はfalse

適用対象