|
-
Sep 2nd, 2002, 06:28 PM
#1
Thread Starter
New Member
Reording notification of an event amongst multiple references
If I have multiple references (declared withevents) to a control, the order in which they are referenced appears to be the reverse order in which who gets their event procedure fired. However, the UserControl/Form containing that control gets first dibs. Is there a way to reorder this?
Chad
Last edited by CWaldman; Sep 2nd, 2002 at 07:09 PM.
-
Sep 6th, 2002, 09:06 AM
#2
Fanatic Member
Afraid Not. that's the point of withevents, you leave it to the system to decide.
The only thing you can do, but then it defeats the object is to use an array or somthing that gets updated when an event occurs, then when the array is full run your event processing manually in the order you want things to happen in.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|