C# Class Nexus.UI.Controls.ReorderedItemsEventArgs.ReorderedListViewItem

Describes an item that has moved.
Show file Open project: NexusMods/NexusModManager-4.5

Public Methods

Method Description
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.

Method Details

ReorderedListViewItem() public method

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.
return System