Click or drag to resize
SelectionChangedEventArgs Constructor (IListObject, IListObject)
Initializes a new instance of the SelectionChangedEventArgs class with the specified removed and added items.

Namespace: Windows.UI.Xaml.Controls
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public SelectionChangedEventArgs(
	IList<Object> removedItems,
	IList<Object> addedItems
)

Parameters

removedItems
Type: System.Collections.GenericIListObject
A list of the elements that have been removed from the list.
addedItems
Type: System.Collections.GenericIListObject
A list of the elements that have been added to the list.
See Also