WPF DataBinding with Constructor
Posted
by AKRamkumar
on Stack Overflow
See other posts from Stack Overflow
or by AKRamkumar
Published on 2010-06-07T23:49:24Z
Indexed on
2010/06/07
23:52 UTC
Read the original article
Hit count: 206
(For this example) ListBox l is bound to CustomObjectCollection c.
Does l call c's Constructor?
What if c is a Generic Object?
© Stack Overflow or respective owner