Windows Develop Bookmark and Share   
 index > Windows Forms General > sequence of methods attached to an event
 

sequence of methods attached to an event

Hi all!~

I've been developing an application, it has 2 projects - main written in VC++, and a DLL written in C#. DLL contains mainly a form, in which I've got an event, that runs 2 methods, one in each project. Is there any way to set a sequence of method call (first in C# application, after it in VC++ application)?

tgaw  Wednesday, October 03, 2007 9:27 AM

Hi tgaw,

MulticastDelegate invocation list delegates will be invoked in the same order as they were added.

Regards,

Oleh.

Oleh Svintsitskyy  Wednesday, October 03, 2007 6:04 PM

Hi tgaw,

MulticastDelegate invocation list delegates will be invoked in the same order as they were added.

Regards,

Oleh.

Oleh Svintsitskyy  Wednesday, October 03, 2007 6:04 PM

You can use google to search for other answers

Custom Search

More Threads

• unselectable combo box on tabpage
• Running code after a form becomes visible
• Does anybody know how I would do this...
• Refresh Forms and flashing controls
• Windows service question
• DataGridView Newbie Question
• WMI help! Confused!
• PropertGrid Collection Editor
• Closing a Modal Form that is Showing a MessageBox Form.Hide() works Form.Close() does not.
• Copying project to another computer - won't work b/c of 'Microsoft.Office.Interop' not being found...