C# 클래스 ZForge.Controls.TreeViewAdv.Tree.TreeModelEventArgs

상속: TreePathEventArgs
파일 보기 프로젝트 열기: zhuangyy/Motion 1 사용 예제들

공개 메소드들

메소드 설명
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