![]() ![]() |
ESRI.ArcGIS.ADF.ArcGISServer.Editor | |
PostAttributeEdit Event | |
See Also Send Feedback |
ESRI.ArcGIS.ADF.ArcGISServer.Editor Namespace > EditorTask Class : PostAttributeEdit Event |
Visual Basic (Declaration) | |
---|---|
<ResCategoryAttribute("Editing")> <ResDescriptionAttribute("Fires after a feature attribute is executed.")> Public Event PostAttributeEdit As PostAttributeEditEventHandler |
Visual Basic (Usage) | ![]() |
---|---|
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 |
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.
Property | Description |
---|---|
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. |
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