SPItemEventProperties.AfterUrl property
Gets the URL of the item after the event occurred.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property AfterUrl As String
Get
'Usage
Dim instance As SPItemEventProperties
Dim value As String
value = instance.AfterUrl
public string AfterUrl { get; }
Property value
Type: System.String
A string that contains the URL of the item after the event occurred.