C# Class Views.DocumentList

Inheritance: Gtk.Bin, IEditable
显示文件 Open project: monsterlabs/HumanRightsTracker

Public Methods

Method Description
DocumentList ( ) : System
ReloadList ( ) : void

Protected Methods

Method Description
OnDocumentRemoved ( object sender, EventArgs e ) : void
OnNewDocument ( object sender, System e ) : void

Method Details

DocumentList() public method

public DocumentList ( ) : System
return System

OnDocumentRemoved() protected method

protected OnDocumentRemoved ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

OnNewDocument() protected method

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

ReloadList() public method

public ReloadList ( ) : void
return void