Component and events

  • Thread starter Thread starter Vlado B.
  • Start date Start date
V

Vlado B.

Hello everyone!

Is there a way to catch keyboard and mouse events in component?

For example: I want to know when resize of form is finished, or I want to
know when user presses arrow keys and do something in that case.

Thanks

Vlado
 
You should be able to add event handlers to the Form for those events that
are implemented in your component. Getting a reference to the form might be
the tricky part.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top