'宣言 Public Function New( _ ByVal type As ListChangedType, _ ByVal newIndex As System.Integer, _ ByVal oldIndex As System.Integer _ )
public ListChangedEventArgs( ListChangedType type, System.int newIndex, System.int oldIndex )
パラメータ
- type
- 変更を記述する ListChangedType。
- newIndex
- 変更の影響を受ける項目のインデックス。
- oldIndex
- 移動された項目の元のインデックス。