C# Class Views.DocumentRow

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

Méthodes publiques

Méthode Description
DocumentRow ( ) : System
DocumentRow ( Document d, EventHandler removed ) : System

Méthodes protégées

Méthode Description
OnDelete ( object sender, System e ) : void
OnDocumentSave ( object sender, System e ) : void

Method Details

DocumentRow() public méthode

public DocumentRow ( ) : System
Résultat System

DocumentRow() public méthode

public DocumentRow ( Document d, EventHandler removed ) : System
d Document
removed EventHandler
Résultat System

OnDelete() protected méthode

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

OnDocumentSave() protected méthode

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