FormListControl.itemMoved(Int32, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
virtual void itemMoved(int _Idx, int _newIdx);
public virtual void itemMoved (int _Idx, int _newIdx);
abstract member itemMoved : int * int -> unit
override this.itemMoved : int * int -> unit
Public Overridable Sub itemMoved (_Idx As Integer, _newIdx As Integer)
Parameters
- _Idx
- Int32
- _newIdx
- Int32