ModelComponent.AfterMove(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.
Displays a ModelComponent object after moving to the specified index.
protected internal virtual void AfterMove (int fromIndex, int toIndex);
abstract member AfterMove : int * int -> unit
override this.AfterMove : int * int -> unit
Protected Friend Overridable Sub AfterMove (fromIndex As Integer, toIndex As Integer)
Parameters
- fromIndex
- Int32
Move from index.
- toIndex
- Int32
Move to index.
Remarks
For internal use.