Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

4
  • Have you cleaned and rebuilt your solution? Commented Aug 25, 2012 at 14:47
  • Visual Studio does have intellisense - so try hovering over the base class with your mouse, you'll see a little drop down, click on that and select "Implement ...". It will define it for you. Commented Aug 25, 2012 at 14:52
  • As an aside: plugins like ReSharper are very useful in cases like this, they can generate the correct boilerplate for you. Commented Aug 25, 2012 at 15:08
  • 1
    @millimoose vanilla Visual Studio can auto-generate the boiler plate code as well. Commented Aug 25, 2012 at 16:55