Skip to content

FeatureDroppedEditInteractiveOverlayEventArgs

Namespace: ThinkGeo.Core

Provides data for the FeatureDropped. event.

public class FeatureDroppedEditInteractiveOverlayEventArgs : System.EventArgs

Inheritance ObjectEventArgsFeatureDroppedEditInteractiveOverlayEventArgs

Properties

DroppedFeature

Gets or sets the Feature to be dropped.

public Feature DroppedFeature { get; set; }

Property Value

Feature

Constructors

FeatureDroppedEditInteractiveOverlayEventArgs()

Constructor of FeatureDroppedEditInteractiveOverlayEventArgs class.

public FeatureDroppedEditInteractiveOverlayEventArgs()

Remarks:

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

FeatureDroppedEditInteractiveOverlayEventArgs(Feature)

Constructor of FeatureDroppedEditInteractiveOverlayEventArgs class.

public FeatureDroppedEditInteractiveOverlayEventArgs(Feature droppedFeature)

Parameters

droppedFeature Feature