C# Класс ComponentOwl.BetterListView.Samples.CSharp.PerformanceSampleContentControl

Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
ButtonClearClick void
ButtonLoad10KItemsClick void
ButtonLoad1KItemsClick void
InitializeComponent void
LoadItems void

Открытые методы

Метод Описание
PerformanceSampleContentControl ( ) : System

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

Приватные методы

Метод Описание
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

Описание методов

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

PerformanceSampleContentControl() публичный Метод

public PerformanceSampleContentControl ( ) : System
Результат System