History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: RSRP-51823
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Blocker Blocker
Assignee: Andrey Simanovsky
Reporter: Serge Baltic
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
ReSharper

CA::VB::CreateFromUsage: "Create Method" Fails Where a Typed Delegate Is Expected

Created: 25 Oct 07 04:56   Updated: 25 Oct 07 18:56
Component/s: None
Fix Version/s: 4.0, 3.1
Security Level: Everybody (All jira users)

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown


 Description  « Hide
Public Shared EnabledProperty As DependencyProperty = DependencyProperty.Register("Enabled", GetType(Boolean), GetType(Status), New PropertyMetadata(AddressOf OnChange))

Create Method on OnChange. Code created:

Public Sub OnChange()
End Sub

Errors:

  1. Arguments missing.
  2. Must be static, as used in the static context.


 All   Comments   Work Log   Change History      Sort Order:
Serge Baltic - 25 Oct 07 04:57
Status is the name of the containing class.