C# 클래스 Eto.Forms.Tool

Base class for tool items on a ToolBar
상속: Eto.Forms.BindableWidget
파일 보기 프로젝트 열기: picoe/Eto

Private Properties

프로퍼티 타입 설명
TriggerLoad void
TriggerPreLoad void
TriggerUnLoad void

보호된 메소드들

메소드 설명
OnLoad ( EventArgs e ) : void

Called when the tool item is assigned to a control/window

OnPreLoad ( EventArgs e ) : void

Called before the tool item is assigned to a control/window

OnUnLoad ( EventArgs e ) : void

Called when the tool item is removed from a control/window

비공개 메소드들

메소드 설명
TriggerLoad ( EventArgs e ) : void
TriggerPreLoad ( EventArgs e ) : void
TriggerUnLoad ( EventArgs e ) : void

메소드 상세

OnLoad() 보호된 메소드

Called when the tool item is assigned to a control/window
protected OnLoad ( EventArgs e ) : void
e System.EventArgs Event arguments
리턴 void

OnPreLoad() 보호된 메소드

Called before the tool item is assigned to a control/window
protected OnPreLoad ( EventArgs e ) : void
e System.EventArgs Event arguments
리턴 void

OnUnLoad() 보호된 메소드

Called when the tool item is removed from a control/window
protected OnUnLoad ( EventArgs e ) : void
e System.EventArgs Event arguments
리턴 void