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.. :)
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.. :)
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
rrrrPosted Jun 2, 2008, 9:08 AM
Bechir BejaouiPosted May 25, 2008, 3:41 AM