Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
540
UltraTextEditor questions
posted

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

Parents
No Data
Reply
  • 2077
    Verified Answer
    Offline posted

    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

Children
No Data