ESRI.ArcGIS.Mobile.Client
NotifyCancelledEditsOnSelectedFeature Method
See Also  Send Feedback
ESRI.ArcGIS.Mobile.Client Namespace > IFeatureActionPage Interface : NotifyCancelledEditsOnSelectedFeature Method

This method is called on the page when a FeatureAction cancels edits on a feature from the collection.

Syntax

Visual Basic (Declaration) 
Sub NotifyCancelledEditsOnSelectedFeature() 
C# 
void NotifyCancelledEditsOnSelectedFeature()

Remarks

This method will never get called if the page doesn't support the CancelEdits feature action, because the feature actions will cancel edits.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also