Difference between revisions of "Using events in CS"
From Ribbon Commander Documentation
(→Background) |
|||
Line 1: | Line 1: | ||
{{DISPLAYTITLE:Unsing Events in C#}} | {{DISPLAYTITLE:Unsing Events in C#}} | ||
− | |||
== Prerequisites == | == Prerequisites == | ||
We recommend you go through [[Creating our first button in CS|Creating our first button in C#]] before going into this example. | We recommend you go through [[Creating our first button in CS|Creating our first button in C#]] before going into this example. |
Revision as of 15:26, 15 March 2013
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.