C# Class Views.InstitutionSelectorWindow

Inheritance: Gtk.Window
Afficher le fichier Open project: monsterlabs/HumanRightsTracker

Méthodes publiques

Méthode Description
InstitutionSelectorWindow ( InstitutionEventHandler handler, Gtk parent ) : System

Méthodes protégées

Méthode Description
OnAdd ( object sender, System e ) : void
OnInstitutionCreated ( object sender, EventArgs args ) : void
OnSelectionWithDoubleClick ( object sender, System e ) : void

Method Details

InstitutionSelectorWindow() public méthode

public InstitutionSelectorWindow ( InstitutionEventHandler handler, Gtk parent ) : System
handler InstitutionEventHandler
parent Gtk
Résultat System

OnAdd() protected méthode

protected OnAdd ( object sender, System e ) : void
sender object
e System
Résultat void

OnInstitutionCreated() protected méthode

protected OnInstitutionCreated ( object sender, EventArgs args ) : void
sender object
args System.EventArgs
Résultat void

OnSelectionWithDoubleClick() protected méthode

protected OnSelectionWithDoubleClick ( object sender, System e ) : void
sender object
e System
Résultat void