Priority
Show-stopper
Type
Bug 
State
Fixed 
Assignee
Andrey Simanovsky 
Subsystem
No subsystem 
Affected versions
Fixed in
Fixed in build
Next build 
  • Submitted by   Serge Baltic
    2 years ago (25 Oct 2007 03:40)
  • Updated by Serge Baltic
    2 years ago (26 Oct 2007 19:31)
  • Jira: RSRP-51821
    (history, comments)

RSRP-51821

CA::VB::ImplementMembers: Fails on Events

0
  1. There are phantom "handler methods" in the list.
  2. The event is created with the Custom modifier, as if it's in "property syntax", even though it's pasted in the "field syntax", thus breaking compilation.
  3. Event args missing.
  4. Handles clause missing.

Our version:
Public Class Car
	Implements INotifyPropertyChanged

	Public Custom Event PropertyChanged()
End Class


VS version:
Public Class Car
	Implements INotifyPropertyChanged

	Public Event PropertyChanged(ByVal sender As Object, ByVal e As System.ComponentModel.PropertyChangedEventArgs) Implements System.ComponentModel.INotifyPropertyChanged.PropertyChanged
End Class


Issue was closed
Comments (0)
 
History (0)
 
Links
 
Issue has no comments