Method | Description | |
---|---|---|
ReorderedListViewItem ( System.Windows.Forms.ListViewItem p_lviItem, |
A simple constructor that initializes the object with the given values.
|
public ReorderedListViewItem ( System.Windows.Forms.ListViewItem p_lviItem, |
||
p_lviItem | System.Windows.Forms.ListViewItem | The item that has moved. |
p_intOldIndex | The old index of the moved item. | |
p_intNewIndex | The new index of the moved item. | |
return | System |