C
Carlos E. Hernandez
I have a base class which have a delegate, and an event. I want to derive
this class and raise the event, so the consumer of the class will get the
event? But I get the following error
C:\Documents and Settings\Carlos\My Documents\Visual Studio
Projects\MetodosN\Classes\PuntoFijo.cs(143): The event
'MetodosN.EcuacionesLineales.MethodBase.UpdateGrid' can only appear on the
left hand side of += or -= (except when used from within the type
'MetodosN.EcuacionesLineales.MethodBase')
Thanks.
this class and raise the event, so the consumer of the class will get the
event? But I get the following error
C:\Documents and Settings\Carlos\My Documents\Visual Studio
Projects\MetodosN\Classes\PuntoFijo.cs(143): The event
'MetodosN.EcuacionesLineales.MethodBase.UpdateGrid' can only appear on the
left hand side of += or -= (except when used from within the type
'MetodosN.EcuacionesLineales.MethodBase')
Thanks.