2
Answers

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

rrrr

rrrr

16y
2.3k
1

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)