C# Class Views.ActDetailWindow

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

Public Methods

Method Description
ActDetailWindow ( Act act, EventHandler OnSave, Gtk parent ) : System
ActDetailWindow ( Act act, Gtk parent ) : System
ActDetailWindow ( Case c, EventHandler OnSave, Gtk parent ) : System

Protected Methods

Method Description
OnShowCanceled ( object sender, System e ) : void
OnShowSaved ( object sender, System e ) : void

Method Details

ActDetailWindow() public method

public ActDetailWindow ( Act act, EventHandler OnSave, Gtk parent ) : System
act Act
OnSave EventHandler
parent Gtk
return System

ActDetailWindow() public method

public ActDetailWindow ( Act act, Gtk parent ) : System
act Act
parent Gtk
return System

ActDetailWindow() public method

public ActDetailWindow ( Case c, EventHandler OnSave, Gtk parent ) : System
c Case
OnSave EventHandler
parent Gtk
return System

OnShowCanceled() protected method

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

OnShowSaved() protected method

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