MovedItemGeoCollectionEventArgs¶
Namespace: ThinkGeo.Core
public class MovedItemGeoCollectionEventArgs
Inheritance Object → MovedItemGeoCollectionEventArgs
Properties¶
FromIndex¶
public int FromIndex { get; set; }
Property Value¶
ToIndex¶
public int ToIndex { get; set; }
Property Value¶
Constructors¶
MovedItemGeoCollectionEventArgs()¶
public MovedItemGeoCollectionEventArgs()
MovedItemGeoCollectionEventArgs(Int32, Int32)¶
public MovedItemGeoCollectionEventArgs(int fromIndex, int toIndex)
Parameters¶
fromIndex
Int32
toIndex
Int32