0
Reply

Event Difference

rrrr

rrrr

May 15 2008 3:29 AM
1.9k

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.. :)