Hi,

For some reason in my application, i don't use LostFocus Event from TextBox, ComboBox, etc. I made some function that able to detect (logically) whenever the user want to leave TextBox, ComboBox, Etc then do whatever thing it should do before leave (TextBox, ComboBox, Etc).
But When user leave TextBox, ComboBox, Etc by mouse my function wasn't able to detect it. How to solve it?

Thanks

PS: sorry for my english.