Hi
I have a few questions regarding UltraTextEditor;
1. What events are triggered when;
a. User types a character into UltraTextEditor?
b. User moves away from UltraTextEditor thus committing the changes?
Thanks
Regards
Yahya
yahya01 said: a. User types a character into UltraTextEditor?
KeyDown, KeyPressed, KeyUp, TextChanged
yahya01 said: b. User moves away from UltraTextEditor thus committing the changes?
LostFocus, Leave, Validating, Validated
Obviously these are not the only ones, but the ones I use more often.
Hope this helps,
Emanuel