I think you can override the linkEvent method in your component:
Then, if it as an ADDED evet, you can lookup the from/to components - App.lookup(int id)
Check the linked components type to see if it is from your kit or not.
Use App.removeLink(...) if you decide to delete it.