Currently in EA when you drag a requirement onto a use case in a diagram, a realisation between the use case and the requirement is automatically created.
I would like to to the same with my own stereotypes.
I think there are 2 ways to do it :
1. In a MDG : I'm looking for a way to specify this kind of behaviour in a stereotype definition but I've found nothing.
2. With an add-in : I'm looking for an event raised when you drag an object on another one in a diagram. I've found OnPreNewDiagramObject or OnPostNewDiagramObject but none tells if the view has been dragged on another object view.
Any ideas ?