C# 클래스 Habanero.Faces.Base.TreeViewEventArgs

Provides data for the TreeView.AfterCheck, TreeView.AfterCollapse, TreeView.AfterExpand, or TreeView.AfterSelect events of a TreeView control.
상속: System.EventArgs
파일 보기 프로젝트 열기: Chillisoft/habanero.faces 1 사용 예제들

공개 메소드들

메소드 설명
TreeViewEventArgs ( ITreeNode node ) : System

Initializes a new instance of the TreeViewEventArgs class for the specified tree node.

TreeViewEventArgs ( ITreeNode node, TreeViewAction action ) : System

Initializes a new instance of the TreeViewEventArgs class for the specified tree node and with the specified type of action that raised the event.

메소드 상세

TreeViewEventArgs() 공개 메소드

Initializes a new instance of the TreeViewEventArgs class for the specified tree node.
public TreeViewEventArgs ( ITreeNode node ) : System
node ITreeNode The TreeNode that the event is responding to.
리턴 System

TreeViewEventArgs() 공개 메소드

Initializes a new instance of the TreeViewEventArgs class for the specified tree node and with the specified type of action that raised the event.
public TreeViewEventArgs ( ITreeNode node, TreeViewAction action ) : System
node ITreeNode The TreeNode that the event is responding to.
action TreeViewAction The type of TreeViewAction that raised the event.
리턴 System