You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
scottoffen
changed the title
Change router before and after delegates to be Events
Change Before and After delegates on Router to use Events
Nov 18, 2016
scottoffen
changed the title
Change Before and After delegates on Router to use Events
Add BeforeRouting and AfterRouting Event Handlers to Router
Nov 19, 2016
scottoffen
changed the title
Add BeforeRouting and AfterRouting Event Handlers to Router
Add BeforeRouting and AfterRouting EventHandlers to Router
Nov 19, 2016
Desired Result
BeforeRouting
event is fired prior to any routes being invokedBeforeRouting
delegates are invoked in the order they are addedAfterRouting
event is fired after all routes have been invokedAfterRouting
delegates are invoked in the reverse order they are addedAggregateException
The text was updated successfully, but these errors were encountered: