C# Class Views.DocumentList

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

Méthodes publiques

Méthode Description
DocumentList ( ) : System
ReloadList ( ) : void

Méthodes protégées

Méthode Description
OnDocumentRemoved ( object sender, EventArgs e ) : void
OnNewDocument ( object sender, System e ) : void

Method Details

DocumentList() public méthode

public DocumentList ( ) : System
Résultat System

OnDocumentRemoved() protected méthode

protected OnDocumentRemoved ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

OnNewDocument() protected méthode

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

ReloadList() public méthode

public ReloadList ( ) : void
Résultat void