C# Class RedisExplorer.Models.TreeViewItem

Tree View Item view Model
Inheritance: Caliburn.Micro.PropertyChangedBase, ITreeViewItemViewModel
ファイルを表示 Open project: leegould/RedisExplorer Class Usage Examples

Protected Methods

Method Description
LoadChildren ( ) : void

Invoked when the child items need to be loaded on demand. Subclasses can override this to populate the Children collection.

TreeViewItem ( TreeViewItem parent, bool lazyLoadChildren, IEventAggregator eventAggregator ) : System.Collections.ObjectModel

Private Methods

Method Description
TreeViewItem ( ) : System.Collections.ObjectModel

Method Details

LoadChildren() protected method

Invoked when the child items need to be loaded on demand. Subclasses can override this to populate the Children collection.
protected LoadChildren ( ) : void
return void

TreeViewItem() protected method

protected TreeViewItem ( TreeViewItem parent, bool lazyLoadChildren, IEventAggregator eventAggregator ) : System.Collections.ObjectModel
parent TreeViewItem
lazyLoadChildren bool
eventAggregator IEventAggregator
return System.Collections.ObjectModel