MovedItemGeoCollectionEventArgs¶
Namespace: ThinkGeo.Core
Represents the MovedItemGeoCollectionEventArgs class.
public class MovedItemGeoCollectionEventArgs
Inheritance object → MovedItemGeoCollectionEventArgs
Properties¶
FromIndex¶
Gets or sets the FromIndex.
public int FromIndex { get; set; }
Property Value¶
ToIndex¶
Gets or sets the ToIndex.
public int ToIndex { get; set; }
Property Value¶
Constructors¶
MovedItemGeoCollectionEventArgs()¶
Initializes a new instance of the MovedItemGeoCollectionEventArgs class.
public MovedItemGeoCollectionEventArgs()
MovedItemGeoCollectionEventArgs(int, int)¶
Initializes a new instance of the MovedItemGeoCollectionEventArgs class.
public MovedItemGeoCollectionEventArgs(int fromIndex, int toIndex)
Parameters¶
fromIndex int
toIndex int