how can I add event receiver only for list with specyfic template id
问题 I'm adding ItemAdding event receiver for custom list template. Both event receiver and list template are deployed by the same feature. Also the same feature creates List Instances. The problem I've got is that the event is fired for each list item in site to which it was deployed. Elements.xml for eventreceivre is: <Receivers ListTemplateId="10200"> <Receiver> <Name>ListEventReceiverItemAdding</Name> <Type>ItemAdding</Type> <Assembly>$SharePoint.Project.AssemblyFullName$</Assembly> <Class