Friday, August 12, 2005

Typical Form Events

I happen to forget the sequence of the form events. So here they are:

  1. New( )
  2. Show()
  3. Load
  4. Activated
  5. GotFocus
  6. Closing
  7. Closed
  8. LostFocus
  9. Deactivate
  10. Disposed()