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) |
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