C#/XAML for HTML5 Documentation
C#/XAML for HTML5 Documentation
Reference
Windows.UI.Xaml.Controls
SelectionChangedEventArgs Class
SelectionChangedEventArgs Constructor
SelectionChangedEventArgs Constructor
SelectionChangedEventArgs Constructor (IList(Object), IList(Object))
SelectionChangedEventArgs Constructor (IList
Object
, IList
Object
)
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#
Copy
public
SelectionChangedEventArgs
(
IList
<
Object
>
removedItems
,
IList
<
Object
>
addedItems
)
Parameters
removedItems
Type:
System.Collections.Generic
IList
Object
A list of the elements that have been removed from the list.
addedItems
Type:
System.Collections.Generic
IList
Object
A list of the elements that have been added to the list.
See Also
Reference
SelectionChangedEventArgs Class
SelectionChangedEventArgs Overload
Windows.UI.Xaml.Controls Namespace