ESRI.ArcGIS.Mobile
FeaturesChangedEventArgs Class Members
See Also  Properties  Send Feedback
ESRI.ArcGIS.Mobile.MobileServices Namespace : FeaturesChangedEventArgs Class


The following tables list the members exposed by FeaturesChangedEventArgs.

Public Constructors

 NameDescription
Public ConstructorFeaturesChangedEventArgs ConstructorOverloaded.   
Top

Public Properties

 NameDescription
Public PropertyFeatureLayer Gets the feature layer affected by this changes.  
Public PropertyFeaturesChangedType Gets the type of feature change.  
Public PropertyFids The list of feature Ids affected by the change.  
Public PropertyNewFids The list of new feature Ids affected by the change. This list is only populated in case of features getting committed in the cache. The list is the same size as the Fid list and contains the corresponding new Fid for the committed features. If fid in both the Fid list and the new Fid list are the same it indicates that the Fid was not updated for this feature. The Fid is updated only for added features that are committed.  
Top

See Also