
It is not a Typo. BtnAdd_Click() Refers to the Subroutiene Called by cllicking the "Add" Button AKA btnAdd.
When you double-Click the "Add" Button in the Desigh View. you will be directed to the Code Window. The Sub btnAdd_Click() Will Be built for you . then you need to add your useful code to it.
if you come from VB6, LIke I did you you might be interested to know that in order to call the code btnAdd_Click() From Another button, the sytax has changed to Me.btnAdd.PerformClick()