VirtualizingPanel.ShouldItemsChangeAffectLayout 메서드

정의

변경된 항목이 이 패널의 레이아웃에 ItemsControl 영향을 주는지 여부를 나타내는 값을 반환합니다.

public:
 bool ShouldItemsChangeAffectLayout(bool areItemChangesLocal, System::Windows::Controls::Primitives::ItemsChangedEventArgs ^ args);
public bool ShouldItemsChangeAffectLayout(bool areItemChangesLocal, System.Windows.Controls.Primitives.ItemsChangedEventArgs args);
member this.ShouldItemsChangeAffectLayout : bool * System.Windows.Controls.Primitives.ItemsChangedEventArgs -> bool
Public Function ShouldItemsChangeAffectLayout (areItemChangesLocal As Boolean, args As ItemsChangedEventArgs) As Boolean

매개 변수

areItemChangesLocal
Boolean

변경된 항목이 이 항목의 직접 자식이면 <a0/>이고, 변경된 항목이 간접 하위 항목인 경우 .

args
ItemsChangedEventArgs

변경된 항목에 대한 데이터를 포함합니다.

반품

true 변경된 항목 ItemsControl 이 이 패널의 레이아웃에 영향을 주면 .이고, false그렇지 않으면 .

적용 대상