I have been trying to work out why I am seeing memory leaks and it looks like when the MaintenanceFormToolStrip control is disposed it is leaving behind two event handlers (FormEditingStateChanged and FormNavigated).
I can't see a way of accessing these handlers to remove them, have I missed something?
Thanks,
Aaron