Skip to content

MovedItemGeoCollectionEventArgs

Namespace: ThinkGeo.Core

Represents the MovedItemGeoCollectionEventArgs class.

public class MovedItemGeoCollectionEventArgs

Inheritance objectMovedItemGeoCollectionEventArgs

Properties

FromIndex

Gets or sets the FromIndex.

public int FromIndex { get; set; }

Property Value

int

ToIndex

Gets or sets the ToIndex.

public int ToIndex { get; set; }

Property Value

int

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