Skip to content

FeatureResizedEditInteractiveOverlayEventArgs

Namespace: ThinkGeo.UI.Android

Provides data for the FeatureResized. event.

public class FeatureResizedEditInteractiveOverlayEventArgs : System.EventArgs

Inheritance ObjectEventArgsFeatureResizedEditInteractiveOverlayEventArgs

Properties

ResizedFeature

This property gets or sets the Feature resized.

public Feature ResizedFeature { get; set; }

Property Value

Feature

Constructors

FeatureResizedEditInteractiveOverlayEventArgs()

This is the default constructor of this parameter.

public FeatureResizedEditInteractiveOverlayEventArgs()

Remarks:

If you use this constructor, you have to set the properties manually before use.

FeatureResizedEditInteractiveOverlayEventArgs(Feature)

This is the commonly used constructor.

public FeatureResizedEditInteractiveOverlayEventArgs(Feature resizedFeature)

Parameters

resizedFeature Feature
This parameter specified the feature resized.