FeatureDroppedEditInteractiveOverlayEventArgs¶
Namespace: ThinkGeo.Core
Provides data for the FeatureDropped. event.
public class FeatureDroppedEditInteractiveOverlayEventArgs : System.EventArgs
Inheritance Object → EventArgs → FeatureDroppedEditInteractiveOverlayEventArgs
Properties¶
DroppedFeature¶
Gets or sets the Feature to be dropped.
public Feature DroppedFeature { get; set; }
Property Value¶
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