![]() ![]() |
ESRI.ArcGIS.ADF.ArcGISServer.Editor | |
PostAttributeEditEventArgs Constructor | |
See Also Send Feedback |
ESRI.ArcGIS.ADF.ArcGISServer.Editor Namespace > PostAttributeEditEventArgs Class : PostAttributeEditEventArgs 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 new value of the attribute being edited.
- e
- The exception thrown, if any, when an attribute edit has failed.
- successful
- Whether the attribute edit was successful.
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, _ ByVal e As Exception, _ ByVal successful As Boolean _ ) |
Visual Basic (Usage) | ![]() |
---|---|
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 e As Exception Dim successful As Boolean Dim instance As New PostAttributeEditEventArgs(featureLayer, feature, field, newValue, e, successful) |
C# | |
---|---|
public PostAttributeEditEventArgs( ESRI.ArcGIS.Carto.IFeatureLayer featureLayer, ESRI.ArcGIS.Geodatabase.IFeature feature, ESRI.ArcGIS.Geodatabase.IField field, object newValue, Exception e, bool successful ) |
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 new value of the attribute being edited.
- e
- The exception thrown, if any, when an attribute edit has failed.
- successful
- Whether the attribute edit was successful.
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