C# Class Rsdn.Janus.NavigationTreeNode

Inheritance: INavigationTreeNode
Afficher le fichier Open project: rsdn/janus

Private Properties

Свойство Type Description
ICollection void
IEnumerable IEnumerator
this ITreeNodeITreeNode.System

Méthodes publiques

Méthode 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

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

Method Details

GetData() public méthode

public GetData ( NodeInfo nodeInfo, CellInfo cellData ) : void
nodeInfo NodeInfo
cellData CellInfo
Résultat void

NavigationTreeNode() public méthode

public NavigationTreeNode ( [ name, [ header, [ navigationPageName, IEnumerable childrens, int orderIndex ) : System
name [
header [
navigationPageName [
childrens IEnumerable
orderIndex int
Résultat System

OnDragDrop() public méthode

public OnDragDrop ( DragEventArgs e ) : void
e System.Windows.Forms.DragEventArgs
Résultat void

OnDragEnter() public méthode

public OnDragEnter ( DragEventArgs e ) : void
e System.Windows.Forms.DragEventArgs
Résultat void

OnDragLeave() public méthode

public OnDragLeave ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnDragOver() public méthode

public OnDragOver ( DragEventArgs e ) : void
e System.Windows.Forms.DragEventArgs
Résultat void