SPListEventProperties.Field property
Gets the field that is affected by adding, removing, or updating a field in the list.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property Field As SPField
Get
'Usage
Dim instance As SPListEventProperties
Dim value As SPField
value = instance.Field
public SPField Field { get; }
Property value
Type: Microsoft.SharePoint.SPField
An SPField object that represents the field.