C# Class WinRTXamlToolkit.Controls.Extensions.ListViewBindableSelectionHandler

Handles synchronization of ListViewExtensions.BindableSelection to a ListView.
显示文件 Open project: xyzzer/WinRTXamlToolkit Class Usage Examples

Public Methods

Method Description
ListViewBindableSelectionHandler ( ListViewBase listView, dynamic boundSelection ) : System.Collections.ObjectModel

Initializes a new instance of the ListViewBindableSelectionHandler class.

Private Methods

Method Description
Attach ( ListViewBase listView, dynamic boundSelection ) : void
Detach ( ) : void
OnBoundSelectionChanged ( object sender, NotifyCollectionChangedEventArgs e ) : void
OnListViewSelectionChanged ( object sender, SelectionChangedEventArgs e ) : void

Method Details

ListViewBindableSelectionHandler() public method

Initializes a new instance of the ListViewBindableSelectionHandler class.
public ListViewBindableSelectionHandler ( ListViewBase listView, dynamic boundSelection ) : System.Collections.ObjectModel
listView Windows.UI.Xaml.Controls.ListViewBase The ListView.
boundSelection dynamic The bound selection.
return System.Collections.ObjectModel