DataPager EventArgs

Posted by philbrowndotcom on Stack Overflow See other posts from Stack Overflow or by philbrowndotcom
Published on 2010-06-10T20:38:23Z Indexed on 2010/06/10 20:43 UTC
Read the original article Hit count: 306

I'm using a DataPager control in my silverlight application. I have different pagers for different DataGrids and want to use the same event handler for the PageIndexChanged event for all of them. The delegate must take an EventArgs object as an argument. Can I use this object to "get back" to the control from which the event was fired?

© Stack Overflow or respective owner

Related posts about Silverlight

Related posts about event-handling