Method | Description | |
---|---|---|
AddressDetailWindow ( Address a, EventHandler OnSave, Gtk parent ) : System | ||
AddressDetailWindow ( Address a, Gtk parent ) : System | ||
AddressDetailWindow ( Person p, EventHandler OnSave, Gtk parent ) : System |
Method | Description | |
---|---|---|
OnShowCanceled ( object sender, System e ) : void | ||
OnShowSaved ( object sender, System e ) : void |
public AddressDetailWindow ( Address a, EventHandler OnSave, Gtk parent ) : System | ||
a | Address | |
OnSave | EventHandler | |
parent | Gtk | |
return | System |
public AddressDetailWindow ( Address a, Gtk parent ) : System | ||
a | Address | |
parent | Gtk | |
return | System |
public AddressDetailWindow ( Person p, EventHandler OnSave, Gtk parent ) : System | ||
p | Person | |
OnSave | EventHandler | |
parent | Gtk | |
return | System |
protected OnShowCanceled ( object sender, System e ) : void | ||
sender | object | |
e | System | |
return | void |
protected OnShowSaved ( object sender, System e ) : void | ||
sender | object | |
e | System | |
return | void |