SharePoint Uses of Event receivers
SharePoint Uses of Event receivers
Sharepoint while developing any application we need to handle some events. for example when a new item is added to a list , we may need to perform some actions like say ,notifying the person who created the list item, or deleted. By using Event receivers we can easily maintain the secured data in sharepoint.