Inserting Delegate Stubs in VS2012 (CS)

From Ribbon Commander Documentation
Revision as of 17:47, 15 March 2013 by Rxdff15551 bb53 (Talk | contribs)

Jump to: navigation, search

Introduction

In Visual Studio 2012, you can automatically insert delegate stubs based on their signature in C#.

Example

Consider the simple example below:

  1.