Difference between revisions of "RxDelegate"

From Ribbon Commander Documentation
Jump to: navigation, search
({{Collections Section Title}})
Line 15: Line 15:
 
{{DocTableBegin | Col1Name=Property Name | Col2Name=Description}}
 
{{DocTableBegin | Col1Name=Property Name | Col2Name=Description}}
 
{{DocTableColEntry | controlName=rxDelegate| propName=invocationList}}
 
{{DocTableColEntry | controlName=rxDelegate| propName=invocationList}}
{{DocTableEntry | name=ribbonXControls}}
 
 
{{DocTableEnd}}
 
{{DocTableEnd}}
  

Revision as of 17:03, 13 March 2013


Description

rxDelegate specifies a multicast Dynamic RibbonX delegate that gets created with rxCustomUI's make_delegate method.

Properties

Property Name
Description
delegateType (read-only) The delegate's type
methodName (read-only) The delegate's target method name

Contained Controls

Property Name
Description
invocationList A collection of delegates to which the specified callback is dispatched

Methods

Method Name
Description


Remarks

Examples

VBA

  1.  

C#

  1.  

VB.NET

  1.  

C++

  1.