Trigger an Event within an Event Handler

  • Thread starter Thread starter frank.elk
  • Start date Start date
F

frank.elk

Hello

I would like to trigger an event from within my code. I have a MouseUp
event handler and I need to call a paint event handler from within the
former, to update the form of my application. Is that possible?

Thanks in advance,
Frankkie
 
(e-mail address removed) wrote in @h48g2000cwc.googlegroups.com:
I would like to trigger an event from within my code. I have a MouseUp
event handler and I need to call a paint event handler from within the
former, to update the form of my application. Is that possible?

You can call a Form.Refresh to repaint the form.
 
thanks for the solution!


Spam Catcher schreef:
(e-mail address removed) wrote in @h48g2000cwc.googlegroups.com:


You can call a Form.Refresh to repaint the form.
 
Back
Top