Blazor-Diagrams / Blazor.Diagrams

A fully customizable and extensible all-purpose diagrams library for Blazor
https://blazor-diagrams.zhaytam.com
MIT License
993 stars 196 forks source link

Add LinkRemoved action #176

Closed Xuntar closed 2 years ago

Xuntar commented 2 years ago

I needed to know when a Link is removed from a Port, so I can update the object linked to my model (a question) to remove the link to - in this case - the answer. I could not find a way to do that with the current version, so I added this event.

image image
zHaytam commented 2 years ago

Hello, Does the event Removed in the Links layer not help in your case?