C# 클래스 Views.InstitutionSelect

상속: Gtk.Bin
파일 보기 프로젝트 열기: monsterlabs/HumanRightsTracker 1 사용 예제들

공개 메소드들

메소드 설명
InstitutionSelect ( ) : System
InstitutionSelect ( Institution institution, EventHandler changed ) : System

보호된 메소드들

메소드 설명
OnChangeClicked ( object sender, System e ) : void
OnInstitutionDeleted ( object sender, System e ) : void
OnInstitutionSelected ( object sender, InstitutionEventArgs args ) : void

메소드 상세

InstitutionSelect() 공개 메소드

public InstitutionSelect ( ) : System
리턴 System

InstitutionSelect() 공개 메소드

public InstitutionSelect ( Institution institution, EventHandler changed ) : System
institution Institution
changed EventHandler
리턴 System

OnChangeClicked() 보호된 메소드

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

OnInstitutionDeleted() 보호된 메소드

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

OnInstitutionSelected() 보호된 메소드

protected OnInstitutionSelected ( object sender, InstitutionEventArgs args ) : void
sender object
args InstitutionEventArgs
리턴 void