@clement wrote:
when i added my own behaviour to an event using eg. something like this:
scriptcontext.doc.ReplaceRhinoObject += MyDelegateFunctionName
is there a way to receive all delegate function names added to the event ? I know your example using scriptcontext.sticky to remember that an event has been added. But i would like to be independent of sticky, in case someone clears it...
-
c.
Posts: 1
Participants: 1