Click or drag to resize
ItemsControlOnItemsChanged Method
Called when the value of the System.Windows.Controls.ItemsControl.Items property changes.

Namespace: Windows.UI.Xaml.Controls
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
protected virtual void OnItemsChanged(
	NotifyCollectionChangedEventArgs e
)

Parameters

e
Type: System.Collections.SpecializedNotifyCollectionChangedEventArgs
A System.Collections.Specialized.NotifyCollectionChangedEventArgs that contains the event data
See Also