C# 클래스 NClass.GUI.ModelExplorer.ModelNode

상속: System.Windows.Forms.TreeNode
파일 보기 프로젝트 열기: gbaychev/NClass

공개 메소드들

메소드 설명
BeforeDelete ( ) : void
Delete ( ) : void
DoubleClick ( ) : void
EditLabel ( ) : void
EnterPressed ( ) : void
LabelModified ( System.Windows.Forms.NodeLabelEditEventArgs e ) : void

보호된 메소드들

메소드 설명
AfterInitialized ( ) : void
ModelNode ( ) : System

비공개 메소드들

메소드 설명
LabelEdited ( ) : void

메소드 상세

AfterInitialized() 보호된 메소드

protected AfterInitialized ( ) : void
리턴 void

BeforeDelete() 공개 메소드

public BeforeDelete ( ) : void
리턴 void

Delete() 공개 메소드

public Delete ( ) : void
리턴 void

DoubleClick() 공개 메소드

public DoubleClick ( ) : void
리턴 void

EditLabel() 공개 메소드

public EditLabel ( ) : void
리턴 void

EnterPressed() 공개 메소드

public EnterPressed ( ) : void
리턴 void

LabelModified() 공개 메소드

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

ModelNode() 보호된 메소드

protected ModelNode ( ) : System
리턴 System