Class MovedItemGeoCollectionEventArgs
public class MovedItemGeoCollectionEventArgs
- Inheritance
-
MovedItemGeoCollectionEventArgs
- Inherited Members
Constructors
MovedItemGeoCollectionEventArgs()
public MovedItemGeoCollectionEventArgs()
MovedItemGeoCollectionEventArgs(int, int)
public MovedItemGeoCollectionEventArgs(int fromIndex, int toIndex)
Parameters
Properties
FromIndex
public int FromIndex { get; set; }
Property Value
ToIndex
public int ToIndex { get; set; }