Class FeatureEditingEditInteractiveOverlayEventArgs
Provides data for the
public class FeatureEditingEditInteractiveOverlayEventArgs : EventArgs
- Inheritance
-
FeatureEditingEditInteractiveOverlayEventArgs
- Inherited Members
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
FeatureThis parameter specified the feature dragged.
Properties
EditingFeature
Gets or sets the Feature dragged.
public Feature EditingFeature { get; set; }