What do you understand by event receivers in SharePoint?
Event Receivers are custom methods that are written to handle certain events within a list or document library. There are basically two types of event receivers, which are as follows:
- Synchronous Events - these events are like "ItemAdding" or "Uploading"
- Asynchronous Events - these events are like "ItemAdded" or "Uploaded"
Comments
Post a Comment