SPListEvent public class SPListEvent : IDisposable Documentation public Guid ListID { get; } public Hashtable PropertiesAfter { get; } public Hashtable PropertiesBefore { get; } public string SinkData { get; } public SPSite Site { get; } public string Title { get; } public SPListEventType Type { get; } public string UrlAfter { get; } public string UrlBefore { get; } public string UserDisplayName { get; } public int UserID { get; } public string UserLoginName { get; } public string WebUrl { get; } public static IListEventSink LoadHandler(string strAssembly, string strClass, string strUrl, string strTitle, out string strFailureMessage) public void Dispose()