Table of Contents

Class MovedItemGeoCollectionEventArgs

Namespace
ThinkGeo.Core
Assembly
ThinkGeo.Core.dll
public class MovedItemGeoCollectionEventArgs
Inheritance
MovedItemGeoCollectionEventArgs
Inherited Members

Constructors

MovedItemGeoCollectionEventArgs()

public MovedItemGeoCollectionEventArgs()

MovedItemGeoCollectionEventArgs(int, int)

public MovedItemGeoCollectionEventArgs(int fromIndex, int toIndex)

Parameters

fromIndex int
toIndex int

Properties

FromIndex

public int FromIndex { get; set; }

Property Value

int

ToIndex

public int ToIndex { get; set; }

Property Value

int