Posted 18 years ago
by nathan
Version: 4.0.0244
Platform: .NET 2.0
Environment: Windows Server 2003 (32-bit)

it appears that event declarations that are implementing an interface are incorrecly marked as syntax error.
in the following code the "Implements" is marked with a red line and the message says "As expected." however the syntax is valid. has this already been address?
in the following code the "Implements" is marked with a red line and the message says "As expected." however the syntax is valid. has this already been address?
Public Class ConnectApplet
Implements PortalLib.IPortalApplet
Public Event ProcessAction() Implements IPortalApplet.ProcessAction
End Class