Hi @g h ,
Yes. It's possible to attach Event Receiver to a single list, modify Elements.xml like this sepecify ListUrl instead ListTemplateId:
<?xml version="1.0" encoding="utf-8"?>
<Elements xmlns="http://schemas.microsoft.com/sharepoint/">
<Receivers ListUrl="Lists/PublishedFeed" >
<Receiver>
<Name>NewsfeedNotificationItemAdded</Name>
<Type>ItemAdded</Type>
<Assembly>$SharePoint.Project.AssemblyFullName$</Assembly>
<Class>NewsfeedEventReceiver.NewsfeedNotification.NewsfeedNotification</Class>
<SequenceNumber>10000</SequenceNumber>
</Receiver>
</Receivers>
</Elements>
Reference:
How to attach an event receiver for an specific list in SharePoint 2013
Thanks
Best Regards
If an Answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.