Event to fire when entering a tabpage or when changes in a DataGridView?

  • Thread starter Thread starter Shan1986
  • Start date Start date
S

Shan1986

Guest
Hallo,

I have tabcontrol page which contains a datagridview and it is bound to a bindingsource(datatable) and i have an additional column added just to the datagridview.

I have a sub which populates this additional column based on the value from an another column in the same datagridview. Now i want to fire this sub when user enter this specific tab page or before, whenever there is a change in dependent column.

This datagridview is completely read only. I have tried "tabpage.enter" event but it fires only once when the user enters this tab for the first time. Any other options or idea?

Thanks

Continue reading...
 
Back
Top