This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
thinkgeo.mapsuite.wpfdesktopedition.featureeditededitinteractiveoverlayeventargs [2015/09/18 03:11] admin |
thinkgeo.mapsuite.wpfdesktopedition.featureeditededitinteractiveoverlayeventargs [2017/03/16 21:59] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== ThinkGeo.MapSuite.WpfDesktopEdition.FeatureEditedEditInteractiveOverlayEventArgs ====== | ====== ThinkGeo.MapSuite.WpfDesktopEdition.FeatureEditedEditInteractiveOverlayEventArgs ====== | ||
- | Provides data for the FeatureEdited event. | + | |
+ | {{section>upgrade_map_suite_to_10.0}} | ||
+ | |||
===== Inheritance Hierarchy ===== | ===== Inheritance Hierarchy ===== | ||
*System.Object | *System.Object | ||
Line 9: | Line 12: | ||
** {{wiki:PublicMethod.gif|}} FeatureEditedEditInteractiveOverlayEventArgs() ** | ** {{wiki:PublicMethod.gif|}} FeatureEditedEditInteractiveOverlayEventArgs() ** | ||
- | Constructor of FeatureDraggedEditInteractiveOverlayEventArgs class. | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | If you use this constructor, you have to set the properties manually before use. | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.FeatureEditedEditInteractiveOverlayEventArgs#FeatureEditedEditInteractiveOverlayEventArgs.28.29// |
== Parameters == | == Parameters == | ||
<div newline></div> | <div newline></div> | ||
** {{wiki:PublicMethod.gif|}} FeatureEditedEditInteractiveOverlayEventArgs(Feature) ** | ** {{wiki:PublicMethod.gif|}} FeatureEditedEditInteractiveOverlayEventArgs(Feature) ** | ||
- | Constructor of FeatureDraggedEditInteractiveOverlayEventArgs class. | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.FeatureEditedEditInteractiveOverlayEventArgs#FeatureEditedEditInteractiveOverlayEventArgs.28Feature.29// |
== Parameters == | == Parameters == | ||
* //editedFeature// | * //editedFeature// | ||
* Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] | * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] | ||
- | * Description:This parameter specified the feature dragged. | + | * Description:N/A |
<div newline></div> | <div newline></div> | ||
Line 29: | Line 32: | ||
** {{wiki:PublicMethod.gif|}} ToString() ** | ** {{wiki:PublicMethod.gif|}} ToString() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.FeatureEditedEditInteractiveOverlayEventArgs#ToString.28.29// |
== Return Value == | == Return Value == | ||
Line 41: | Line 44: | ||
** {{wiki:PublicMethod.gif|}} Equals(Object) ** | ** {{wiki:PublicMethod.gif|}} Equals(Object) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.FeatureEditedEditInteractiveOverlayEventArgs#Equals.28Object.29// |
== Return Value == | == Return Value == | ||
Line 57: | Line 60: | ||
** {{wiki:PublicMethod.gif|}} GetHashCode() ** | ** {{wiki:PublicMethod.gif|}} GetHashCode() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.FeatureEditedEditInteractiveOverlayEventArgs#GetHashCode.28.29// |
== Return Value == | == Return Value == | ||
Line 69: | Line 72: | ||
** {{wiki:PublicMethod.gif|}} GetType() ** | ** {{wiki:PublicMethod.gif|}} GetType() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.FeatureEditedEditInteractiveOverlayEventArgs#GetType.28.29// |
== Return Value == | == Return Value == | ||
Line 82: | Line 85: | ||
** {{wiki:ProtectedMethod.gif|}} Finalize() ** | ** {{wiki:ProtectedMethod.gif|}} Finalize() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.FeatureEditedEditInteractiveOverlayEventArgs#Finalize.28.29// |
== Return Value == | == Return Value == | ||
Line 94: | Line 97: | ||
** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** | ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.FeatureEditedEditInteractiveOverlayEventArgs#MemberwiseClone.28.29// |
== Return Value == | == Return Value == | ||
Line 107: | Line 110: | ||
** {{wiki:PublicProperty.gif|}} EditedFeature ** | ** {{wiki:PublicProperty.gif|}} EditedFeature ** | ||
- | Gets or sets the Feature dragged. | ||
- | == Remarks == | ||
N/A | N/A | ||
+ | == Remarks == | ||
+ | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.FeatureEditedEditInteractiveOverlayEventArgs#EditedFeature | ||
== Return Value == | == Return Value == | ||
* Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] | * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] |