Reputation: 1
been breaking my head over mvp pattern over the last two days. can someone please guide me to a book or some source with an illustration. basically trying to wire up some ui events i.e. drop down list changed, grid view edit,delete etc and passing the event args what properties need to be exposed etc..
your help would be appreciated..
Jack
Upvotes: 0
Views: 841
Reputation: 6996
Hey here's an article on CodeProject with a trivial example.. hope it helped!
Upvotes: 1
Reputation: 3502
try this site:
http://msdn.microsoft.com/en-us/library/ff647543.aspx
Upvotes: 0