Im new to VB.net, can you please briefly explain what each these 4 sets of codings roughly mean, new to visual basic. Doing a couple of tutorials. Need to document this?
1) Private Sub TopicTitleTextBox_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles TopicTitleTextBox.TextChanged
2) Private Sub BindingNavigatorAddNewItem_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles BindingNavigatorAddNewItem.Click
3) Private Sub TTopicsDataGridView_CellContentClick(ByVal sender As System.Object, ByVal e As System.Windows.Forms.DataGridViewCellEventArgs) Handles TTopicsDataGridView.CellContentClick
4) Private Sub TTopicsBindingNavigatorSaveItem_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles TTopicsBindingNavigatorSaveItem.Click
Question
ZZzzzzzZZZZZ
Hi,
Im new to VB.net, can you please briefly explain what each these 4 sets of codings roughly mean, new to visual basic. Doing a couple of tutorials. Need to document this?
1) Private Sub TopicTitleTextBox_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles TopicTitleTextBox.TextChanged
2) Private Sub BindingNavigatorAddNewItem_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles BindingNavigatorAddNewItem.Click
3) Private Sub TTopicsDataGridView_CellContentClick(ByVal sender As System.Object, ByVal e As System.Windows.Forms.DataGridViewCellEventArgs) Handles TTopicsDataGridView.CellContentClick
4) Private Sub TTopicsBindingNavigatorSaveItem_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles TTopicsBindingNavigatorSaveItem.Click
Me.Validate()
Me.TTopicsBindingSource.EndEdit()
Me.TableAdapterManager.UpdateAll(Me.BBS_DatabaseDataSet)
If possible PLZ!!!
Link to comment
Share on other sites
0 answers to this question
Recommended Posts