C# Class NClass.GUI.ModelExplorer.DiagramNode

Inheritance: ProjectItemNode
Mostra file Open project: gbaychev/NClass Class Usage Examples

Public Methods

Method Description
BeforeDelete ( ) : void
DiagramNode ( IDiagram diagram ) : System
DoubleClick ( ) : void
EnterPressed ( ) : void
LabelModified ( System.Windows.Forms.NodeLabelEditEventArgs e ) : void

Private Methods

Method Description
DiagramNode ( ) : System
deleteProjectItem_Click ( object sender, EventArgs e ) : void
diagram_Renamed ( object sender, EventArgs e ) : void
open_Click ( object sender, EventArgs e ) : void
renameItem_Click ( object sender, EventArgs e ) : void

Method Details

BeforeDelete() public method

public BeforeDelete ( ) : void
return void

DiagramNode() public method

/// is null. ///
public DiagramNode ( IDiagram diagram ) : System
diagram IDiagram
return System

DoubleClick() public method

public DoubleClick ( ) : void
return void

EnterPressed() public method

public EnterPressed ( ) : void
return void

LabelModified() public method

public LabelModified ( System.Windows.Forms.NodeLabelEditEventArgs e ) : void
e System.Windows.Forms.NodeLabelEditEventArgs
return void