C# Class Rsdn.Janus.NavigationTreeNode

Inheritance: INavigationTreeNode
ファイルを表示 Open project: rsdn/janus

Private Properties

Property Type Description
ICollection void
IEnumerable IEnumerator
this ITreeNodeITreeNode.System

Public Methods

Method Description
GetData ( NodeInfo nodeInfo, CellInfo cellData ) : void
NavigationTreeNode ( [ name, [ header, [ navigationPageName, IEnumerable childrens, int orderIndex ) : System
OnDragDrop ( DragEventArgs e ) : void
OnDragEnter ( DragEventArgs e ) : void
OnDragLeave ( EventArgs e ) : void
OnDragOver ( DragEventArgs e ) : void

Private Methods

Method Description
ICollection ( Array array, int index ) : void
IEnumerable ( ) : IEnumerator
this ( int iIndex ) : ITreeNodeITreeNode.System

Method Details

GetData() public method

public GetData ( NodeInfo nodeInfo, CellInfo cellData ) : void
nodeInfo NodeInfo
cellData CellInfo
return void

NavigationTreeNode() public method

public NavigationTreeNode ( [ name, [ header, [ navigationPageName, IEnumerable childrens, int orderIndex ) : System
name [
header [
navigationPageName [
childrens IEnumerable
orderIndex int
return System

OnDragDrop() public method

public OnDragDrop ( DragEventArgs e ) : void
e System.Windows.Forms.DragEventArgs
return void

OnDragEnter() public method

public OnDragEnter ( DragEventArgs e ) : void
e System.Windows.Forms.DragEventArgs
return void

OnDragLeave() public method

public OnDragLeave ( EventArgs e ) : void
e System.EventArgs
return void

OnDragOver() public method

public OnDragOver ( DragEventArgs e ) : void
e System.Windows.Forms.DragEventArgs
return void