C
Chris
Hi,
I'd like to know if it makes sense to define an event in an
interface. Something like:
public interface class MyInterface1
{
event PropertyChangedEventHandler^ PropertyChanged;
} ;
In particular, what will happen if a class derives from two interfaces
defining events having the same name (but possibly not the same args) ?
Chris.
I'd like to know if it makes sense to define an event in an
interface. Something like:
public interface class MyInterface1
{
event PropertyChangedEventHandler^ PropertyChanged;
} ;
In particular, what will happen if a class derives from two interfaces
defining events having the same name (but possibly not the same args) ?
Chris.