ESRI.ArcGIS.ADF.ArcGISServer.Editor
PostAttributeEdit Event
See Also  Send Feedback
ESRI.ArcGIS.ADF.ArcGISServer.Editor Namespace > EditorTask Class : PostAttributeEdit Event




The event raised after a feature's attribute has been edited.

Syntax

Visual Basic (Declaration) 
<ResCategoryAttribute("Editing")>
<ResDescriptionAttribute("Fires after a feature attribute is executed.")>
Public Event PostAttributeEdit As PostAttributeEditEventHandler
Visual Basic (Usage)Copy Code
Dim instance As EditorTask
Dim handler As PostAttributeEditEventHandler
 
AddHandler instance.PostAttributeEdit, handler
C# 
[ResCategoryAttribute("Editing")]
[ResDescriptionAttribute("Fires after a feature attribute is executed.")]
public event PostAttributeEditEventHandler PostAttributeEdit

Event Data

The event handler receives an argument of type PostAttributeEditEventArgs containing data related to this event. The following PostAttributeEditEventArgs properties provide information specific to this event.

PropertyDescription
Exception The exception, if any, that occured when an attribute edit failed.
Feature (Inherited from ESRI.ArcGIS.ADF.ArcGISServer.Editor.AttributeEditEventArgs) The IFeature containing the attribute being edited.
FeatureLayer (Inherited from ESRI.ArcGIS.ADF.ArcGISServer.Editor.AttributeEditEventArgs) The IFeatureLayer containing the feature being edited.
Field (Inherited from ESRI.ArcGIS.ADF.ArcGISServer.Editor.AttributeEditEventArgs) The IField of the attribute being edited.
NewValue (Inherited from ESRI.ArcGIS.ADF.ArcGISServer.Editor.AttributeEditEventArgs) The new value of the attribute being edited.
ReturnMessage (Inherited from ESRI.ArcGIS.ADF.ArcGISServer.Editor.AttributeEditEventArgs) This can be set by event handlers to display a message in the browser.
Successful Whether the command executed successfully.

Requirements

Target 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

© 2011 All Rights Reserved.