C# Класс ZForge.Controls.TreeViewAdv.Tree.TreeModelEventArgs

Наследование: TreePathEventArgs
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
TreeModelEventArgs ( TreePath parent, int indices, object children ) : System

TreeModelEventArgs ( TreePath parent, object children ) : System

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

TreeModelEventArgs() публичный метод

public TreeModelEventArgs ( TreePath parent, int indices, object children ) : System
parent TreePath Path to a parent node
indices int Indices of children in parent nodes collection
children object Child nodes
Результат System

TreeModelEventArgs() публичный метод

public TreeModelEventArgs ( TreePath parent, object children ) : System
parent TreePath Path to a parent node
children object Child nodes
Результат System