PositionChangedMarkerEventArgs¶
Namespace: ThinkGeo.Core
public class PositionChangedMarkerEventArgs : System.EventArgs
Inheritance Object → EventArgs → PositionChangedMarkerEventArgs
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