Class FeatureEditedEditInteractiveOverlayEventArgs
Provides data for the
public class FeatureEditedEditInteractiveOverlayEventArgs : EventArgs
- Inheritance
-
FeatureEditedEditInteractiveOverlayEventArgs
- Inherited Members
Constructors
FeatureEditedEditInteractiveOverlayEventArgs()
Constructor of FeatureDraggedEditInteractiveOverlayEventArgs class.
public FeatureEditedEditInteractiveOverlayEventArgs()
Remarks
If you use this constructor, you have to set the properties manually before use.
FeatureEditedEditInteractiveOverlayEventArgs(Feature, Feature)
Constructor of FeatureDraggedEditInteractiveOverlayEventArgs class.
public FeatureEditedEditInteractiveOverlayEventArgs(Feature lastEditedFeature, Feature editedFeature)
Parameters
lastEditedFeature
FeatureThis parameter specified the feature before editing.
editedFeature
FeatureThis parameter specified the feature before this round of editing.
Properties
EditedFeature
Gets or sets the Feature dragged.
public Feature EditedFeature { get; set; }
Property Value
LastEditedFeature
Gets Last Edited Feature, which is the feature before doing this round of editing
public Feature LastEditedFeature { get; }