C# Class Blacker.MangaScraper.Helpers.ListBoxExtension

Afficher le fichier Open project: blacker-cz/MangaScraper

Méthodes publiques

Свойство Type Description
SelectedItemsSourceProperty System.Windows.DependencyProperty

Méthodes publiques

Méthode Description
GetSelectedItemsSource ( DependencyObject element ) : IList
SetSelectedItemsSource ( DependencyObject element, IList value ) : void

Private Methods

Méthode Description
ListenForChanges ( System.Windows.Controls.ListBox listBox ) : void
OnListBoxSelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void
OnSelectedItemsSourceChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
ResynchList ( System.Windows.Controls.ListBox listBox ) : void

Method Details

GetSelectedItemsSource() public static méthode

public static GetSelectedItemsSource ( DependencyObject element ) : IList
element System.Windows.DependencyObject
Résultat IList

SetSelectedItemsSource() public static méthode

public static SetSelectedItemsSource ( DependencyObject element, IList value ) : void
element System.Windows.DependencyObject
value IList
Résultat void

Property Details

SelectedItemsSourceProperty public_oe static_oe property

public static DependencyProperty,System.Windows SelectedItemsSourceProperty
Résultat System.Windows.DependencyProperty