Skip to content

MovedItemGeoCollectionEventArgs

Namespace: ThinkGeo.Core

public class MovedItemGeoCollectionEventArgs

Inheritance ObjectMovedItemGeoCollectionEventArgs

Properties

FromIndex

public int FromIndex { get; set; }

Property Value

Int32

ToIndex

public int ToIndex { get; set; }

Property Value

Int32

Constructors

MovedItemGeoCollectionEventArgs()

public MovedItemGeoCollectionEventArgs()

MovedItemGeoCollectionEventArgs(Int32, Int32)

public MovedItemGeoCollectionEventArgs(int fromIndex, int toIndex)

Parameters

fromIndex Int32

toIndex Int32