C# Class Views.InstitutionSelectorWindow

Inheritance: Gtk.Window
Datei anzeigen Open project: monsterlabs/HumanRightsTracker

Public Methods

Method Description
InstitutionSelectorWindow ( InstitutionEventHandler handler, Gtk parent ) : System

Protected Methods

Method Description
OnAdd ( object sender, System e ) : void
OnInstitutionCreated ( object sender, EventArgs args ) : void
OnSelectionWithDoubleClick ( object sender, System e ) : void

Method Details

InstitutionSelectorWindow() public method

public InstitutionSelectorWindow ( InstitutionEventHandler handler, Gtk parent ) : System
handler InstitutionEventHandler
parent Gtk
return System

OnAdd() protected method

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

OnInstitutionCreated() protected method

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

OnSelectionWithDoubleClick() protected method

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