public virtual void OnAfterViewComponent(
     IProxyActionDescriptor actionDescriptor,
     IProxyViewComponentContext viewComponentContext,
     IProxyViewComponentResult viewComponentResult,
     object viewComponent)
 {
     AfterViewComponent = new OnAfterViewComponentEventData()
     {
         ActionDescriptor     = actionDescriptor,
         ViewComponentContext = viewComponentContext,
         ViewComponentResult  = viewComponentResult,
         ViewComponent        = viewComponent
     };
 }
 public virtual void OnAfterViewComponent(
     IProxyActionDescriptor actionDescriptor,
     IProxyViewComponentContext viewComponentContext,
     IProxyViewComponentResult viewComponentResult,
     object viewComponent)
 {
     AfterViewComponent = new OnAfterViewComponentEventData()
     {
         ActionDescriptor = actionDescriptor,
         ViewComponentContext = viewComponentContext,
         ViewComponentResult = viewComponentResult,
         ViewComponent = viewComponent
     };
 }