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