Difference between revisions of "Using events in VBA"

From Ribbon Commander Documentation
Jump to: navigation, search
(Created page with "== Prerequisites == We recommend you go though Creating an rxCustomUI object with local dispatch scope in VBA before going into this example. == Introduction == All Dynam...")
 
Line 4: Line 4:
 
== Introduction ==
 
== Introduction ==
 
All Dynamic RibbonX controls that model UI elements with delegates support VBA events. [[rxDispatchScope | Local dispatch scope]] is most appropriate for use in VBA classes.
 
All Dynamic RibbonX controls that model UI elements with delegates support VBA events. [[rxDispatchScope | Local dispatch scope]] is most appropriate for use in VBA classes.
 +
 +
== Subscribing to control events ==

Revision as of 17:58, 17 March 2013

Prerequisites

We recommend you go though Creating an rxCustomUI object with local dispatch scope in VBA before going into this example.

Introduction

All Dynamic RibbonX controls that model UI elements with delegates support VBA events. Local dispatch scope is most appropriate for use in VBA classes.

Subscribing to control events