ESRI.ArcGIS.ADF.ArcGISServer.Editor | |
PreAttributeEditEventArgs Class Members | |
See Also Properties |
ESRI.ArcGIS.ADF.ArcGISServer.Editor Namespace : PreAttributeEditEventArgs Class |
The following tables list the members exposed by PreAttributeEditEventArgs.
Name | Description | |
---|---|---|
PreAttributeEditEventArgs Constructor | Creates a PreAttributeEditEventArgs instance. |
Name | Description | |
---|---|---|
Cancel | Event handlers can set this to false to cancel the attribute edit. | |
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) |