Simple package that shows all events registered within Umbraco on the dahsboard - shows legacy ActionHandlers and the newer events. Useful for when troubleshooting performance and inheriting Umbraco sites from other developers.
**** Requires .net 3.5 ****
The package show the Assembly, DLL and method that forms the event in question.
Due to bugs in the package action handler you may need to manually add the user control to the dashboard.
The following goes in /config/dashboard.config
<section>
<areas>
<area>developer</area>
</areas>
<tab caption="Events">
<control>/usercontrols/FMEvents.ascx</control>
</tab>
</section>