C# - Silverlight - MVVM

Posted by cmaduro on Stack Overflow See other posts from Stack Overflow or by cmaduro
Published on 2010-05-21T20:05:04Z Indexed on 2010/05/21 20:10 UTC
Read the original article Hit count: 252

Filed under:
|
|

I want to use UserControl as the base for my views, but I cannot add functionality to my views because they are based on UserControl.

How do I create my own view class by using a subclassed version of UserControl.

© Stack Overflow or respective owner

Related posts about mvvm

Related posts about c#