Skip to content

FeatureEditingEditInteractiveOverlayEventArgs

Namespace: ThinkGeo.Core

Provides data for the FeatureEditing event.

public class FeatureEditingEditInteractiveOverlayEventArgs : System.EventArgs

Inheritance ObjectEventArgsFeatureEditingEditInteractiveOverlayEventArgs

Properties

EditingFeature

Gets or sets the Feature dragged.

public Feature EditingFeature { get; set; }

Property Value

Feature

Constructors

FeatureEditingEditInteractiveOverlayEventArgs()

Constructor of FeatureDraggedEditInteractiveOverlayEventArgs class.

public FeatureEditingEditInteractiveOverlayEventArgs()

Remarks:

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

FeatureEditingEditInteractiveOverlayEventArgs(Feature)

Constructor of FeatureDraggedEditInteractiveOverlayEventArgs class.

public FeatureEditingEditInteractiveOverlayEventArgs(Feature editingFeature)

Parameters

editingFeature Feature
This parameter specified the feature dragged.