G
Guest
I'm having a problem with the order in which events are raised..
I have a form that contains a treeview and a textbox. When I click on the treeview control from the textbox, the textbox's Validate event isn't fired until after the treeview's AfterSelect is fired. This seems like a bug to me.
Does anyone know a way to control the order of events? I want the TextBox's Validate event to fire first, then only if it passes should the next event (Treeview's AfterSelect) fire
Thanks.
I have a form that contains a treeview and a textbox. When I click on the treeview control from the textbox, the textbox's Validate event isn't fired until after the treeview's AfterSelect is fired. This seems like a bug to me.
Does anyone know a way to control the order of events? I want the TextBox's Validate event to fire first, then only if it passes should the next event (Treeview's AfterSelect) fire
Thanks.