C# Class WinRTXamlToolkit.Controls.Extensions.ListBoxBindableSelectionHandler

Afficher le fichier Open project: xyzzer/WinRTXamlToolkit Class Usage Examples

Méthodes publiques

Méthode Description
ListBoxBindableSelectionHandler ( ListBox listBox, dynamic boundSelection ) : System.Collections.ObjectModel

Initializes a new instance of the ListBoxBindableSelectionHandler class.

Private Methods

Méthode 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 méthode

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.
Résultat System.Collections.ObjectModel