Skip to content

Instantly share code, notes, and snippets.

@hishaamn
Created April 13, 2023 13:01
Show Gist options
  • Save hishaamn/dab44cb22db13c395abad091d8c3cee5 to your computer and use it in GitHub Desktop.
Save hishaamn/dab44cb22db13c395abad091d8c3cee5 to your computer and use it in GitHub Desktop.
<configuration xmlns:patch="http://www.sitecore.net/xmlconfig/" xmlns:role="http://www.sitecore.net/xmlconfig/role/" xmlns:search="http://www.sitecore.net/xmlconfig/search/">
<sitecore>
<events>
<event name="packageinstall:items:ended">
<handler type="YourNamespace.ItemPackageEvent, YourAssemblyName" method="OnPackageInstallItemsEndHandler" />
</event>
</events>
</sitecore>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment