ESRI.ArcGIS.ADF.ArcGISServer.Editor
AttributeEditEventArgs Constructor
See Also  Send Feedback
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 ESRI.ArcGIS.Carto.IFeatureLayer, _
   ByVal feature As ESRI.ArcGIS.Geodatabase.IFeature, _
   ByVal field As ESRI.ArcGIS.Geodatabase.IField, _
   ByVal newValue As Object _
)
Visual Basic (Usage)Copy Code
Dim featureLayer As ESRI.ArcGIS.Carto.IFeatureLayer
Dim feature As ESRI.ArcGIS.Geodatabase.IFeature
Dim field As ESRI.ArcGIS.Geodatabase.IField
Dim newValue As Object
 
Dim instance As New AttributeEditEventArgs(featureLayer, feature, field, newValue)
C# 
public AttributeEditEventArgs( 
   ESRI.ArcGIS.Carto.IFeatureLayer featureLayer,
   ESRI.ArcGIS.Geodatabase.IFeature feature,
   ESRI.ArcGIS.Geodatabase.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.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.