How to Multi-Binding in silverlight?The parameter may be control like button,gridview,sender,e.
I have realize one binding,but multi-binding I don't know how to do ,the sample I find multi-binding all is about biding string text,but control!
How to multi-binding control(sender,e,button)?
Answer: 1
http://www.scottlogic.co.uk/blog/colin/2010/08/silverlight-multibinding-updated-adding-support-for-elementname-and-twoway-binding/
http://msdn.microsoft.com/en-us/library/system.windows.frameworkelement.bindingvalidationerror(v=vs.95).aspx
http://stackoverflow.com/questions/8692073/confusion-on-silverlight-user-control-custom-property-binding
Answer: 2
Hi Scaukenny,
You can utilize the custom markup extensions introduced in Silverlight5 to write a MultiBinding implementation with similar syntax and functionality which has been elaborated in below blog:
http://www.codeproject.com/Articles/286171/MultiBinding-in-Silverlight-5
Hope it may help you.
Best Regards,
No comments:
Post a Comment
Send us your comment related to the topic mentioned on the blog