C# Class RDAExplorerGUI.Controls.MultiSelectTreeView

Inheritance: System.Windows.Controls.TreeView
显示文件 Open project: lysannschlegel/RDAExplorer

Public Properties

Property Type Description
AutoRecursiveProperty System.Windows.DependencyProperty
SelectedItems List

Public Methods

Method Description
MultiSelectTreeView ( ) : System.Collections
SelectItem ( object item ) : void
UpdateSelectedItems ( ) : void

Private Methods

Method Description
GetRecursiveItems ( object item ) : List
MultiSelectTreeView_SelectedItemChanged ( object sender, RoutedPropertyChangedEventArgs e ) : void

Method Details

MultiSelectTreeView() public method

public MultiSelectTreeView ( ) : System.Collections
return System.Collections

SelectItem() public method

public SelectItem ( object item ) : void
item object
return void

UpdateSelectedItems() public method

public UpdateSelectedItems ( ) : void
return void

Property Details

AutoRecursiveProperty public_oe static_oe property

public static DependencyProperty,System.Windows AutoRecursiveProperty
return System.Windows.DependencyProperty

SelectedItems public_oe property

public List SelectedItems
return List