C# 클래스 Views.InstitutionSelectorWindow

상속: Gtk.Window
파일 보기 프로젝트 열기: monsterlabs/HumanRightsTracker

공개 메소드들

메소드 설명
InstitutionSelectorWindow ( InstitutionEventHandler handler, Gtk parent ) : System

보호된 메소드들

메소드 설명
OnAdd ( object sender, System e ) : void
OnInstitutionCreated ( object sender, EventArgs args ) : void
OnSelectionWithDoubleClick ( object sender, System e ) : void

메소드 상세

InstitutionSelectorWindow() 공개 메소드

public InstitutionSelectorWindow ( InstitutionEventHandler handler, Gtk parent ) : System
handler InstitutionEventHandler
parent Gtk
리턴 System

OnAdd() 보호된 메소드

protected OnAdd ( object sender, System e ) : void
sender object
e System
리턴 void

OnInstitutionCreated() 보호된 메소드

protected OnInstitutionCreated ( object sender, EventArgs args ) : void
sender object
args System.EventArgs
리턴 void

OnSelectionWithDoubleClick() 보호된 메소드

protected OnSelectionWithDoubleClick ( object sender, System e ) : void
sender object
e System
리턴 void