C# Class NClass.GUI.ModelExplorer.ModelNode

Inheritance: System.Windows.Forms.TreeNode
Exibir arquivo Open project: gbaychev/NClass

Public Methods

Method Description
BeforeDelete ( ) : void
Delete ( ) : void
DoubleClick ( ) : void
EditLabel ( ) : void
EnterPressed ( ) : void
LabelModified ( System.Windows.Forms.NodeLabelEditEventArgs e ) : void

Protected Methods

Method Description
AfterInitialized ( ) : void
ModelNode ( ) : System

Private Methods

Method Description
LabelEdited ( ) : void

Method Details

AfterInitialized() protected method

protected AfterInitialized ( ) : void
return void

BeforeDelete() public method

public BeforeDelete ( ) : void
return void

Delete() public method

public Delete ( ) : void
return void

DoubleClick() public method

public DoubleClick ( ) : void
return void

EditLabel() public method

public EditLabel ( ) : 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

ModelNode() protected method

protected ModelNode ( ) : System
return System