EditEndedEditInteractiveOverlayEventArgs¶
Namespace: ThinkGeo.UI.Android
Provides data for the FeatureEdited event.
public class EditEndedEditInteractiveOverlayEventArgs : System.EventArgs
Inheritance Object → EventArgs → EditEndedEditInteractiveOverlayEventArgs
Properties¶
EditedFeature¶
Gets or sets the Feature dragged.
public Feature EditedFeature { get; set; }
Property Value¶
Feature
Constructors¶
EditEndedEditInteractiveOverlayEventArgs()¶
Initializes a new instance of the EditEndedEditInteractiveOverlayEventArgs class.
public EditEndedEditInteractiveOverlayEventArgs()
EditEndedEditInteractiveOverlayEventArgs(Feature)¶
Constructor of EditEndedEditInteractiveOverlayEventArgs class.
public EditEndedEditInteractiveOverlayEventArgs(Feature editedFeature)
Parameters¶
editedFeature
Feature
This parameter specified the feature edit ended.