Using events in CS

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

Jump to: navigation, search

Prerequisites

We recommend you go through Creating our first button in C# before going into this example.

Background

You can subscribe to events of Dynamic RibbonX controls by using .NET events or .NET delegates. Here, we show how it can be done by using .NET events.