rrrr

rrrr

  • NA
  • 4
  • 0

Can anybody tell me wats the difference b.w the given events?

May 20 2008 8:04 AM

Hi, can anybody tell me what is the difference between the following events?

1) this.View.PagingEvent += View_PagingEvent;

2) this.View.PagingEvent +=new EventHandler(View_PagingEvent);

   Thanks in advance.. :)


Answers (2)