Regarding EventHandler Delegates i.e AddinExpress.IE.ADXIEDocumentComplete_EventHandler

Add-in Express™ Support Service
That's what is more important than anything else

Regarding EventHandler Delegates i.e AddinExpress.IE.ADXIEDocumentComplete_EventHandler
 
ieman




Posts: 10
Joined: 2010-03-01
Do we have to use these? is there anything im missing if i do not use
AddinExpress.IE.ADXIEDocumentComplete_EventHandler

I want to use reflection and Im creating my own delegates, and it seems to be working,
but I need to know what AddinExpress.IE.ADXIEDocumentComplete_EventHandler is doing apart from calling the method?

or if theres a way using reflection to pass the dynamic method to AddinExpress.IE.ADXIEDocumentComplete_EventHandler

Thank-you
Posted 07 Jun, 2010 07:24:53 Top
ieman




Posts: 10
Joined: 2010-03-01
do your delegates do anything special?
Posted 08 Jun, 2010 05:26:01 Top
Sergey Grischenko


Add-in Express team


Posts: 7233
Joined: 2004-07-05
Hello.

I don't quite understand when you mean. Could you please clarify the question?
Posted 08 Jun, 2010 10:36:01 Top
ieman




Posts: 10
Joined: 2010-03-01
DocumentComplete += new AddinExpress.IE.ADXIEDocumentComplete_EventHandler(someEventEventHandler);

Is AddinExpress.IE.ADXIEDocumentComplete_EventHandler doing anything special behind the scenes or can I create my own delegates?
i.e
DocumentComplete += new NotAddinExpressEventHandlersButMyOwn(someEventHandler);
Posted 08 Jun, 2010 18:41:18 Top
Sergey Grischenko


Add-in Express team


Posts: 7233
Joined: 2004-07-05
Of course, you can create your own delegate.
Posted 09 Jun, 2010 08:11:34 Top