Textbox LostFocus event fires after Command Button's OnClick event
- by Homam
Hi all,
I have a TextBox and a ToolStripButton in a windows forms application,
the TextBox implements an event handler for the LostFocus event,
and the ToolStripButton implements an event handler for the Click event,
but the TextBox LostFocus event fires after the ToolStripButton Click event,
which event in TextBox fires before ToolStripButton click event ?