W
Wells Caughey
Hello everyone,
I am creating a view based on the code in the JoinView class, and there is
one thing I really don't understand: Why is ICustomTypeDescriptor
implemented on the JoinViewRow class? I understand why it is implemented on
JoinView, but it does not appear that anything ever calls these methods on
the JoinViewRow class. I would like to simplify my code by removing this
interface from JoinViewRow but I don't want find out later, after hours of
debugging, that it was needed all along.
Thanks,
Wells Caughey
I am creating a view based on the code in the JoinView class, and there is
one thing I really don't understand: Why is ICustomTypeDescriptor
implemented on the JoinViewRow class? I understand why it is implemented on
JoinView, but it does not appear that anything ever calls these methods on
the JoinViewRow class. I would like to simplify my code by removing this
interface from JoinViewRow but I don't want find out later, after hours of
debugging, that it was needed all along.
Thanks,
Wells Caughey