SPAlertEventData.eventXml Field
Represents the event data for an event that triggered the alert.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public eventXml As String
'Usage
Dim instance As SPAlertEventData
Dim value As String
value = instance.eventXml
instance.eventXml = value
public string eventXml
Remarks
For an immediate alert eventXml contains all the field values, their old and new values. For scheduled alerts, it contains the new and old field values for only the fields that were changed in the event.