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.
 
Back
Top