ESRI.ArcGIS.ADF.ArcGISServer.Editor
PreAttributeEditEventArgs Constructor
See Also 
ESRI.ArcGIS.ADF.ArcGISServer.Editor Namespace > PreAttributeEditEventArgs Class : PreAttributeEditEventArgs 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 value to be applied to the attribute being edited.
Creates a PreAttributeEditEventArgs 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 PreAttributeEditEventArgs(featureLayer, feature, field, newValue)
C# 
public PreAttributeEditEventArgs( 
   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 attribute being edited.
newValue
The value to be applied to the attribute being edited.

See Also

© 2010 All Rights Reserved.