コード例 #1
0
 public virtual void OnBeforeViewComponent(
     IProxyActionDescriptor actionDescriptor,
     IProxyViewComponentContext viewComponentContext,
     object viewComponent)
 {
     BeforeViewComponent = new OnBeforeViewComponentEventData()
     {
         ActionDescriptor     = actionDescriptor,
         ViewComponentContext = viewComponentContext,
         ViewComponent        = viewComponent
     };
 }
コード例 #2
0
 public virtual void OnBeforeViewComponent(
     IProxyActionDescriptor actionDescriptor,
     IProxyViewComponentContext viewComponentContext,
     object viewComponent)
 {
     BeforeViewComponent = new OnBeforeViewComponentEventData()
     {
         ActionDescriptor = actionDescriptor,
         ViewComponentContext = viewComponentContext,
         ViewComponent = viewComponent
     };
 }