Skip to content

PositionChangedMarkerEventArgs

Namespace: ThinkGeo.Core

public class PositionChangedMarkerEventArgs : System.EventArgs

Inheritance ObjectEventArgsPositionChangedMarkerEventArgs

Properties

NewPosition

public PointShape NewPosition { get; set; }

Property Value

PointShape

PreviousPosition

public PointShape PreviousPosition { get; set; }

Property Value

PointShape

Constructors

PositionChangedMarkerEventArgs()

public PositionChangedMarkerEventArgs()

PositionChangedMarkerEventArgs(PointShape, PointShape)

public PositionChangedMarkerEventArgs(PointShape newPosition, PointShape previousPosition)

Parameters

newPosition PointShape

previousPosition PointShape