C# Class Views.DocumentRow

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

Public Methods

Method Description
DocumentRow ( ) : System
DocumentRow ( Document d, EventHandler removed ) : System

Protected Methods

Method Description
OnDelete ( object sender, System e ) : void
OnDocumentSave ( object sender, System e ) : void

Method Details

DocumentRow() public method

public DocumentRow ( ) : System
return System

DocumentRow() public method

public DocumentRow ( Document d, EventHandler removed ) : System
d Document
removed EventHandler
return System

OnDelete() protected method

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

OnDocumentSave() protected method

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