SelectionChangedEventArgs Constructor
Collapse the table of content
Expand the table of content

SelectionChangedEventArgs Constructor

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Initializes a new instance of the SelectionChangedEventArgs class.

Namespace:  System.Windows.Controls
Assembly:  System.Windows (in System.Windows.dll)

'Declaration
Public Sub New ( _
	removedItems As IList, _
	addedItems As IList _
)

Parameters

removedItems
Type: System.Collections.IList
The items that were unselected.
addedItems
Type: System.Collections.IList
The items that were selected.

ExceptionCondition
ArgumentNullException

removedItems or addedItems is Nothing.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft