mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-08-31 19:08:29 +00:00
feat: enhance routing functionality with additional parameters in RouteDescriptor and update RouteDescriptorCollection for change notifications
This commit is contained in:
parent
4bb2917b69
commit
fb4ba8ccfa
5 changed files with 171 additions and 200 deletions
|
|
@ -28,6 +28,9 @@ public class RouteDescriptorCollection
|
|||
|
||||
private readonly List<RouteDescriptor> RouteDescriptors = new List<RouteDescriptor>();
|
||||
|
||||
/// <summary>
|
||||
/// Event raised when the collection of RouteDescriptors changes (add/remove). This is useful for updating routing status in the UI, for example.
|
||||
/// </summary>
|
||||
public event EventHandler RouteDescriptorCollectionChanged;
|
||||
|
||||
/// <summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue