So I've got several tabs and a number of controls on each. When a user modifies the value of one of the controls I would like to enable a save button (which otherwise would be disabled).
Is there anyway for me to link multiple controls to the same event handler, such as the value changed event?
Is there anyway for me to link multiple controls to the same event handler, such as the value changed event?
Comment