C# Class WinRTXamlToolkit.Controls.Extensions.ListBoxBindableSelectionHandler

显示文件 Open project: xyzzer/WinRTXamlToolkit Class Usage Examples

Public Methods

Method Description
ListBoxBindableSelectionHandler ( ListBox listBox, dynamic boundSelection ) : System.Collections.ObjectModel

Initializes a new instance of the ListBoxBindableSelectionHandler class.

Private Methods

Method Description
Attach ( ListBox listBox, dynamic boundSelection ) : void
Detach ( ) : void
OnBoundSelectionChanged ( object sender, NotifyCollectionChangedEventArgs e ) : void
OnListBoxSelectionChanged ( object sender, SelectionChangedEventArgs e ) : void

Method Details

ListBoxBindableSelectionHandler() public method

Initializes a new instance of the ListBoxBindableSelectionHandler class.
public ListBoxBindableSelectionHandler ( ListBox listBox, dynamic boundSelection ) : System.Collections.ObjectModel
listBox Windows.UI.Xaml.Controls.ListBox The ListBox.
boundSelection dynamic The bound selection.
return System.Collections.ObjectModel