DevExpress TextEdit LostFocus event fires twice
Well, if you look at it closely, it’s not really the TextEdit itself that fires twice, but it delegates the editing to a Windows system TextBox, so it fires when that happens – and later again, when it really loses focus (see explanation and a workaround here). I always use an _autoChange flag in my windows to …
DevExpress TextEdit LostFocus event fires twice Weiterlesen »