C# 클래스 Nexus.UI.Controls.ReorderedItemsEventArgs.ReorderedListViewItem

Describes an item that has moved.
파일 보기 프로젝트 열기: NexusMods/NexusModManager-4.5

공개 메소드들

메소드 설명
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