MoveEventArgs.ToIndex Property
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.
Gets the index to which to move the event data specified by FromIndex.
public int ToIndex { get; }
member this.ToIndex : int
Public ReadOnly Property ToIndex As Integer
Property Value
The index to which to move the event data specified by FromIndex.