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




featureLayer
The feature layer containing the feature being edited.
feature
The feature containing the attribute being edited.
field
The field of the feature being edited.
newValue
The new value of the attribute being edited.
Creates an AttributeEditEventArgs instance.

Syntax

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

Parameters

featureLayer
The feature layer containing the feature being edited.
feature
The feature containing the attribute being edited.
field
The field of the feature being edited.
newValue
The new value of the attribute being edited.

See Also

© 2010 All Rights Reserved.