Home All Groups Group Topic Archive Search About

BMB.CurrentChanged gets fired just once or twice?!

Author
31 Oct 2006 2:27 PM
Leon_Amirreza
I have installed a hanlder for this event:

this.BindingContext[dataSetCurriculumsCourses,
"TableInstitutes"].CurrentChanged

.....

void FormCurriculumsCoursesInstitutes_CurrentItemChanged(object sender,
EventArgs e)

{

this.Text += "1";

}

at runtime just "11" will appeare in the title bar of the form no matter how
many time the current record is changed.

I dont know what is wrong!

AddThis Social Bookmark Button