C# Class ComponentOwl.BetterListView.Samples.CSharp.PerformanceSampleContentControl

Show file Open project: ODotNet/NSocket Class Usage Examples

Private Properties

Property Type Description
ButtonClearClick void
ButtonLoad10KItemsClick void
ButtonLoad1KItemsClick void
InitializeComponent void
LoadItems void

Public Methods

Method Description
PerformanceSampleContentControl ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
ButtonClearClick ( object sender, EventArgs e ) : void
ButtonLoad10KItemsClick ( object sender, EventArgs e ) : void
ButtonLoad1KItemsClick ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

LoadItems ( int itemCount ) : void

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

PerformanceSampleContentControl() public method

public PerformanceSampleContentControl ( ) : System
return System