C#/XAML for HTML5 Documentation
C#/XAML for HTML5 Documentation
Reference
Windows.UI.Xaml.Controls
ItemsControl Class
ItemsControl Methods
DisableDefaultRendering Method
INTERNAL_OnAttachedToVisualTree Method
OnItemsChanged Method
ItemsControl
OnItemsChanged 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#
Copy
protected
virtual
void
OnItemsChanged
(
NotifyCollectionChangedEventArgs
e
)
Parameters
e
Type:
System.Collections.Specialized
NotifyCollectionChangedEventArgs
A System.Collections.Specialized.NotifyCollectionChangedEventArgs that contains the event data
See Also
Reference
ItemsControl Class
Windows.UI.Xaml.Controls Namespace