C# Class TVSorter.View.Log

The log tab.
Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: a-jackson/tvsorter Class Usage Examples

Méthodes publiques

Méthode Description
Log ( ) : System

Initializes a new instance of the Log class.

LogMessageReceived ( object sender, LogMessageEventArgs e ) : void

Handles a log message being recieved.

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

LogListDrawItem ( object sender, DrawItemEventArgs e ) : void

Handles drawing a list item.

LogLoad ( object sender, EventArgs e ) : void

Handles the Log tab loading.

Method Details

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool /// true if managed resources should be disposed; otherwise, false. ///
Résultat void

Log() public méthode

Initializes a new instance of the Log class.
public Log ( ) : System
Résultat System

LogMessageReceived() public méthode

Handles a log message being recieved.
public LogMessageReceived ( object sender, LogMessageEventArgs e ) : void
sender object /// The sender of the event. ///
e LogMessageEventArgs /// The arguments of the event. ///
Résultat void