Difference between revisions of "RxDelegate"
From Ribbon Commander Documentation
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{DISPLAYTITLE:rxDelegate}} | {{DISPLAYTITLE:rxDelegate}} | ||
[[Category:Framework Objects]] | [[Category:Framework Objects]] | ||
− | |||
== Description == | == Description == | ||
− | rxDelegate specifies a multicast | + | rxDelegate specifies a multicast Ribbon Commander delegate that gets created with [[rxCustomUI]]'s [[Method make_delegate|make_delegate]] method. |
== Properties == | == Properties == | ||
Line 15: | Line 14: | ||
{{DocTableBegin | Col1Name=Property Name | Col2Name=Description}} | {{DocTableBegin | Col1Name=Property Name | Col2Name=Description}} | ||
{{DocTableColEntry | controlName=rxDelegate| propName=invocationList}} | {{DocTableColEntry | controlName=rxDelegate| propName=invocationList}} | ||
− | |||
{{DocTableEnd}} | {{DocTableEnd}} | ||
Latest revision as of 19:37, 19 October 2013
Contents
Description
rxDelegate specifies a multicast Ribbon Commander 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
|