J
Joshua Frank
Hi All,
Is it possible to do this? I have a class that inherits from DataGrid,
which implements ISupportInitialize. I'd like my class to implement
this too, but you can't implement an interface that your base class
already implements. I can't find any combination of keywords to support
this. And yet, it seems an obvious requirement. Sometime you really
need to be able to override implementation inherited members. Is there
a way to do this?
Cheers,
Josh
Is it possible to do this? I have a class that inherits from DataGrid,
which implements ISupportInitialize. I'd like my class to implement
this too, but you can't implement an interface that your base class
already implements. I can't find any combination of keywords to support
this. And yet, it seems an obvious requirement. Sometime you really
need to be able to override implementation inherited members. Is there
a way to do this?
Cheers,
Josh