Expand Minimize
This topic has not yet been rated - Rate this topic

Delegates cannot implement interface methods 

A delegate is a reference type that points to a shared procedure or to an instance procedure on an object. Because the procedure it points to can be changed by assignment, the Delegate statement cannot support the Handles or Implements clauses.

Error ID: BC30018

To correct this error

  • Remove the Implements clause from the Delegate statement.

See Also

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.