Occurs when the SiteMap.CurrentNode property is accessed.
Subscribers attach a System.Web.SiteMapResolveEventHandler object to the static SiteMap.SiteMapResolve event to receive notification when the SiteMap.CurrentNode property is accessed. This enables the user to implement custom logic when creating a System.Web.SiteMapNode representation of the currently executing page without requiring a custom provider implementation.
If you subscribe to the SiteMap.SiteMapResolve event, you also subscribe to the SiteMapProvider.SiteMapResolve event on the default site map provider.