C# Class RDAExplorerGUI.Controls.MultiSelectTreeView

Inheritance: System.Windows.Controls.TreeView
Afficher le fichier Open project: lysannschlegel/RDAExplorer

Méthodes publiques

Свойство Type Description
AutoRecursiveProperty System.Windows.DependencyProperty
SelectedItems List

Méthodes publiques

Méthode Description
MultiSelectTreeView ( ) : System.Collections
SelectItem ( object item ) : void
UpdateSelectedItems ( ) : void

Private Methods

Méthode Description
GetRecursiveItems ( object item ) : List
MultiSelectTreeView_SelectedItemChanged ( object sender, RoutedPropertyChangedEventArgs e ) : void

Method Details

MultiSelectTreeView() public méthode

public MultiSelectTreeView ( ) : System.Collections
Résultat System.Collections

SelectItem() public méthode

public SelectItem ( object item ) : void
item object
Résultat void

UpdateSelectedItems() public méthode

public UpdateSelectedItems ( ) : void
Résultat void

Property Details

AutoRecursiveProperty public_oe static_oe property

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

SelectedItems public_oe property

public List SelectedItems
Résultat List