C# Class Views.InstitutionSelect

Inheritance: Gtk.Bin
Exibir arquivo Open project: monsterlabs/HumanRightsTracker Class Usage Examples

Public Methods

Method Description
InstitutionSelect ( ) : System
InstitutionSelect ( Institution institution, EventHandler changed ) : System

Protected Methods

Method Description
OnChangeClicked ( object sender, System e ) : void
OnInstitutionDeleted ( object sender, System e ) : void
OnInstitutionSelected ( object sender, InstitutionEventArgs args ) : void

Method Details

InstitutionSelect() public method

public InstitutionSelect ( ) : System
return System

InstitutionSelect() public method

public InstitutionSelect ( Institution institution, EventHandler changed ) : System
institution Institution
changed EventHandler
return System

OnChangeClicked() protected method

protected OnChangeClicked ( object sender, System e ) : void
sender object
e System
return void

OnInstitutionDeleted() protected method

protected OnInstitutionDeleted ( object sender, System e ) : void
sender object
e System
return void

OnInstitutionSelected() protected method

protected OnInstitutionSelected ( object sender, InstitutionEventArgs args ) : void
sender object
args InstitutionEventArgs
return void