Class FeatureDroppedEditInteractiveOverlayEventArgs
Provides data for the
public class FeatureDroppedEditInteractiveOverlayEventArgs : EventArgs
- Inheritance
-
FeatureDroppedEditInteractiveOverlayEventArgs
- Inherited Members
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
Properties
DroppedFeature
Gets or sets the Feature to be dropped.
public Feature DroppedFeature { get; set; }