ItemsControl.OnItemsPanelChanged-Methode
.NET Framework 3.0
Invoked when the ItemsPanel property changes.
Namespace: System.Windows.Controls
Assembly: PresentationFramework (in presentationframework.dll)
Assembly: PresentationFramework (in presentationframework.dll)
protected virtual void OnItemsPanelChanged ( ItemsPanelTemplate oldItemsPanel, ItemsPanelTemplate newItemsPanel )
protected void OnItemsPanelChanged ( ItemsPanelTemplate oldItemsPanel, ItemsPanelTemplate newItemsPanel )
protected function OnItemsPanelChanged ( oldItemsPanel : ItemsPanelTemplate, newItemsPanel : ItemsPanelTemplate )
Sie können diese Methoden nicht in XAML verwenden.
Parameter
- oldItemsPanel
Old value of the ItemsPanel property.
- newItemsPanel
New value of the ItemsPanel property.