EditCompletedEventArgs Class Members
In This Topic
The following tables list the members exposed by EditCompletedEventArgs.
Public Properties
Public Methods
| Name | Description |
 | FeatureChanged |
Gets whether any change has been made to a particular feature within the given MapMember.
|
 | FeatureDeleted |
Gets whether a particular feature has been deleted from the given MapMember.
|
 | FeatureModified |
Gets whether a particular feature has been modified within the given MapMember.
|
 | FeaturesChanged |
Gets whether any one of the specified features has been changed within the given MapMember.
|
 | FeaturesCreated |
Gets whether any feature has been created within the given MapMember.
|
 | FeaturesDeleted |
Gets whether any feature has been deleted from the given MapMember.
|
 | FeaturesModified |
Gets whether any feature has been modified within the given MapMember.
|
 | MapMemberChanged |
Gets whether a change has been made to any features within the given MapMember.
|
Top
See Also