do I need to name each textbox here?

VB Code:
  1. AddressOf txtBox_TextChanged

where do I set the btnSave.enabled = true?

in each txtbox change event? doesn't that defeat the purpose of creating a handler?