C# Class TVSorter.View.Log

The log tab.
Inheritance: System.Windows.Forms.UserControl
ファイルを表示 Open project: a-jackson/tvsorter Class Usage Examples

Public Methods

Method Description
Log ( ) : System

Initializes a new instance of the Log class.

LogMessageReceived ( object sender, LogMessageEventArgs e ) : void

Handles a log message being recieved.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method 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 method

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

Log() public method

Initializes a new instance of the Log class.
public Log ( ) : System
return System

LogMessageReceived() public method

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. ///
return void