ESRI.ArcGIS.ADF.ArcGISServer.Editor
PostAttributeEditEventArgs Constructor
See Also 
ESRI.ArcGIS.ADF.ArcGISServer.Editor Namespace > PostAttributeEditEventArgs Class : PostAttributeEditEventArgs Constructor




featureLayer
The feature layer containing the feature being edited.
feature
The feature containing the attribute being edited.
field
The field of the attribute being edited.
newValue
The new value of the attribute being edited.
e
The exception thrown, if any, when an attribute edit has failed.
successful
Whether the attribute edit was successful.
Creates a PostAttributeEditEventArgs instance.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal featureLayer As IFeatureLayer, _
   ByVal feature As IFeature, _
   ByVal field As IField, _
   ByVal newValue As Object, _
   ByVal e As Exception, _
   ByVal successful As Boolean _
)
Visual Basic (Usage)Copy Code
Dim featureLayer As IFeatureLayer
Dim feature As IFeature
Dim field As IField
Dim newValue As Object
Dim e As Exception
Dim successful As Boolean
 
Dim instance As PostAttributeEditEventArgs(featureLayer, feature, field, newValue, e, successful)
C# 
public PostAttributeEditEventArgs( 
   IFeatureLayer featureLayer,
   IFeature feature,
   IField field,
   object newValue,
   Exception e,
   bool successful
)

Parameters

featureLayer
The feature layer containing the feature being edited.
feature
The feature containing the attribute being edited.
field
The field of the attribute being edited.
newValue
The new value of the attribute being edited.
e
The exception thrown, if any, when an attribute edit has failed.
successful
Whether the attribute edit was successful.

See Also

© 2010 All Rights Reserved.