how is the resize event raised?

  • Thread starter Thread starter Miguel
  • Start date Start date
M

Miguel

Hi!
I'd like to know how is the resize event raised?
Besides doing resize to the form and changing it's window state is
there any other way of raising the event?

Thnx in advance,

Miguel
 
* (e-mail address removed) (Miguel) scripsit:
I'd like to know how is the resize event raised?
Besides doing resize to the form and changing it's window state is
there any other way of raising the event?

Why do you want to do that? Why not take the code from the form's
resize event handler and add it to another procedure and call this
procedure from both, the resize event handler and the place where you
want the code to be executed too.
 
Back
Top