Esempio n. 1
0
 public virtual void OnViewResultViewNotFound(
     IProxyActionContext actionContext,
     IProxyActionResult result,
     string viewName,
     IEnumerable <string> searchedLocations)
 {
     ViewResultViewNotFound = new OnViewResultViewNotFoundEventData()
     {
         ActionContext     = actionContext,
         Result            = result,
         ViewName          = viewName,
         SearchedLocations = searchedLocations,
     };
 }
 public virtual void OnViewResultViewNotFound(
     IProxyActionContext actionContext,
     IProxyActionResult result,
     string viewName,
     IEnumerable<string> searchedLocations)
 {
     ViewResultViewNotFound = new OnViewResultViewNotFoundEventData()
     {
         ActionContext = actionContext,
         Result = result,
         ViewName = viewName,
         SearchedLocations = searchedLocations,
     };
 }