ESRI.ArcGIS.ADF.ArcGISServer.Editor | |
PostAttributeEditEventArgs Class Members | |
See Also Properties |
ESRI.ArcGIS.ADF.ArcGISServer.Editor Namespace : PostAttributeEditEventArgs Class |
The following tables list the members exposed by PostAttributeEditEventArgs.
Name | Description | |
---|---|---|
PostAttributeEditEventArgs Constructor | Creates a PostAttributeEditEventArgs instance. |
Name | Description | |
---|---|---|
Exception | The exception, if any, that occured when an attribute edit failed. | |
Feature | The IFeature containing the attribute being edited. (Inherited from AttributeEditEventArgs) | |
FeatureLayer | The IFeatureLayer containing the feature being edited. (Inherited from AttributeEditEventArgs) | |
Field | The IField of the attribute being edited. (Inherited from AttributeEditEventArgs) | |
NewValue | The new value of the attribute being edited. (Inherited from AttributeEditEventArgs) | |
ReturnMessage | This can be set by event handlers to display a message in the browser. (Inherited from AttributeEditEventArgs) | |
Successful | Whether the command executed successfully. |