C# Class CSL_Test__1.DataGridViewHandler

Inheritance: TorrentXMLHandler
Afficher le fichier Open project: joslinm/CSL Class Usage Examples

Méthodes publiques

Свойство Type Description
dv System.Windows.Forms.DataGridView

Méthodes publiques

Méthode Description
DataGridViewHandler ( ) : System
DataGridViewHandler ( System.Windows.Forms.DataGridView in_dv ) : System
DeleteTorrents ( ) : void
Refresh ( ) : void
ResumeLayout ( ) : void
SendIndividualTorrent ( ) : void
SuspendLayout ( ) : void
dv_CellBeginEdit ( object sender, System.Windows.Forms.DataGridViewCellCancelEventArgs e ) : void
dv_CellEndEdit ( object sender, System.Windows.Forms.DataGridViewCellEventArgs e ) : void
dv_CurrentCellDirtyStateChanged ( object sender, EventArgs e ) : void
dv_DataError ( object sender, System.Windows.Forms.DataGridViewDataErrorEventArgs e ) : void

Méthodes protégées

Méthode Description
OnDoWork ( System e ) : void

Method Details

DataGridViewHandler() public méthode

public DataGridViewHandler ( ) : System
Résultat System

DataGridViewHandler() public méthode

public DataGridViewHandler ( System.Windows.Forms.DataGridView in_dv ) : System
in_dv System.Windows.Forms.DataGridView
Résultat System

DeleteTorrents() public méthode

public DeleteTorrents ( ) : void
Résultat void

OnDoWork() protected méthode

protected OnDoWork ( System e ) : void
e System
Résultat void

Refresh() public méthode

public Refresh ( ) : void
Résultat void

ResumeLayout() public méthode

public ResumeLayout ( ) : void
Résultat void

SendIndividualTorrent() public méthode

public SendIndividualTorrent ( ) : void
Résultat void

SuspendLayout() public méthode

public SuspendLayout ( ) : void
Résultat void

dv_CellBeginEdit() public méthode

public dv_CellBeginEdit ( object sender, System.Windows.Forms.DataGridViewCellCancelEventArgs e ) : void
sender object
e System.Windows.Forms.DataGridViewCellCancelEventArgs
Résultat void

dv_CellEndEdit() public méthode

public dv_CellEndEdit ( object sender, System.Windows.Forms.DataGridViewCellEventArgs e ) : void
sender object
e System.Windows.Forms.DataGridViewCellEventArgs
Résultat void

dv_CurrentCellDirtyStateChanged() public méthode

public dv_CurrentCellDirtyStateChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

dv_DataError() public méthode

public dv_DataError ( object sender, System.Windows.Forms.DataGridViewDataErrorEventArgs e ) : void
sender object
e System.Windows.Forms.DataGridViewDataErrorEventArgs
Résultat void

Property Details

dv public_oe property

public DataGridView,System.Windows.Forms dv
Résultat System.Windows.Forms.DataGridView