Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7850505
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T18:52:35+00:00 2026-06-02T18:52:35+00:00

I have an Event Receiver that will fire when a SPListItem in a SPList

  • 0

I have an Event Receiver that will fire when a SPListItem in a SPList is updated. I’m using the ItemUpdated() Event.

I want to get the values from before the event so I can compare which fields that have been edited.

How do I do that?

if (properties.ListTitle == "Lista")
            {
                if (properties.AfterProperties["Start Time"].ToString() != properties.ListItem["Start Time"].ToString())
                {
                    string s = "hej";
                }
            }

            try
            {
                // ID for the site from the properties object
                Guid siteId = properties.SiteId;
                // ID for the list from the properties object
                Guid listId = properties.ListId;
                // ID for the list item from the properties object
                int listItemId = properties.ListItemId;

                SPSecurity.RunWithElevatedPrivileges(delegate()
                          {
                           // Code stuff
                          });
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-02T18:52:39+00:00Added an answer on June 2, 2026 at 6:52 pm
         if (properties.ListTitle == "ListName")
        {
             //AfterProperties gives new value and ListItem gives the previously stored
             if(properties.AfterProperties["ColumnName"].ToString()!=properties.ListItem["ColumnName"].ToString())
             //Your code Here
        }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an event handler that will remove an element from a list of
I have a broadcast receiver that listens to incoming calls. And I want to
I have event manager process that dispatches events to subscribers (e.g. http_session_created, http_sesssion_destroyed). If
I have a event table that has the following columns: StartDate datetime EndDate datetime
I have some event handler on a boundary class that manages a persistence mechanism
I have an event handler that needs to determine a type and execute code
I'd like to arrange things so that I have a chain of keyboard event
I have a receiver that listens for headset MEDIA_PAUSE_PLAY and for AUDIO_BECOMING_NOISY they work
I have problem with my Android application. I need an application that will send
Is there any event that I could set a filter to pick up using

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.