예제 #1
0
 public virtual void OnViewComponentAfterViewExecute(
     IProxyActionDescriptor actionDescriptor,
     IProxyViewComponentContext viewComponentContext,
     IProxyView view)
 {
     ViewComponentAfterViewExecute = new OnViewComponentAfterViewExecuteEventData()
     {
         ActionDescriptor     = actionDescriptor,
         ViewComponentContext = viewComponentContext,
         View = view
     };
 }
예제 #2
0
 public virtual void OnViewComponentAfterViewExecute(
     IProxyActionDescriptor actionDescriptor,
     IProxyViewComponentContext viewComponentContext,
     IProxyView view)
 {
     ViewComponentAfterViewExecute = new OnViewComponentAfterViewExecuteEventData()
     {
         ActionDescriptor = actionDescriptor,
         ViewComponentContext = viewComponentContext,
         View = view
     };
 }