C# Class NClass.GUI.ModelExplorer.ModelNode

Inheritance: System.Windows.Forms.TreeNode
Afficher le fichier Open project: gbaychev/NClass

Méthodes publiques

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

Méthodes protégées

Méthode Description
AfterInitialized ( ) : void
ModelNode ( ) : System

Private Methods

Méthode Description
LabelEdited ( ) : void

Method Details

AfterInitialized() protected méthode

protected AfterInitialized ( ) : void
Résultat void

BeforeDelete() public méthode

public BeforeDelete ( ) : void
Résultat void

Delete() public méthode

public Delete ( ) : void
Résultat void

DoubleClick() public méthode

public DoubleClick ( ) : void
Résultat void

EditLabel() public méthode

public EditLabel ( ) : void
Résultat void

EnterPressed() public méthode

public EnterPressed ( ) : void
Résultat void

LabelModified() public méthode

public LabelModified ( System.Windows.Forms.NodeLabelEditEventArgs e ) : void
e System.Windows.Forms.NodeLabelEditEventArgs
Résultat void

ModelNode() protected méthode

protected ModelNode ( ) : System
Résultat System