C# Класс XebiaLabs.Deployit.UI.ViewModels.TreeViewItemViewModel

Наследование: Microsoft.Practices.Prism.ViewModel.NotificationObject
Показать файл Открыть проект Примеры использования класса

Защищенные методы

Метод Описание
LoadChildren ( ) : void

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

TreeViewItemViewModel ( TreeViewItemViewModel parent ) : System.Collections.Generic

Приватные методы

Метод Описание
TreeViewItemViewModel ( ) : System.Collections.Generic

Описание методов

LoadChildren() защищенный Метод

Invoked when the child items need to be loaded on demand. Subclasses can override this to populate the Children collection.
protected LoadChildren ( ) : void
Результат void

TreeViewItemViewModel() защищенный Метод

protected TreeViewItemViewModel ( TreeViewItemViewModel parent ) : System.Collections.Generic
parent TreeViewItemViewModel
Результат System.Collections.Generic