Skip to content

FeatureDraggedEditInteractiveOverlayEventArgs

Namespace: ThinkGeo.UI.Android

Provides data for the FeatureDragged event.

public class FeatureDraggedEditInteractiveOverlayEventArgs : System.EventArgs

Inheritance ObjectEventArgsFeatureDraggedEditInteractiveOverlayEventArgs

Properties

DraggedFeature

This property gets or sets the Feature dragged.

public Feature DraggedFeature { get; set; }

Property Value

Feature

Constructors

FeatureDraggedEditInteractiveOverlayEventArgs()

This is the default constructor of this parameter.

public FeatureDraggedEditInteractiveOverlayEventArgs()

Remarks:

If you use this constructor, you have to set the properties manually before use.

FeatureDraggedEditInteractiveOverlayEventArgs(Feature)

This is the commonly used constructor.

public FeatureDraggedEditInteractiveOverlayEventArgs(Feature draggedFeature)

Parameters

draggedFeature Feature
This parameter specified the feature dragged.