C# Класс Nexus.UI.Controls.ReorderedItemsEventArgs.ReorderedListViewItem

Describes an item that has moved.
Показать файл Открыть проект

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

Метод Описание
ReorderedListViewItem ( System.Windows.Forms.ListViewItem p_lviItem, Int32 p_intOldIndex, Int32 p_intNewIndex ) : System

A simple constructor that initializes the object with the given values.

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

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

A simple constructor that initializes the object with the given values.
public ReorderedListViewItem ( System.Windows.Forms.ListViewItem p_lviItem, Int32 p_intOldIndex, Int32 p_intNewIndex ) : System
p_lviItem System.Windows.Forms.ListViewItem The item that has moved.
p_intOldIndex System.Int32 The old index of the moved item.
p_intNewIndex System.Int32 The new index of the moved item.
Результат System