Question Get CellValueChanged event by changing dataSource

pooya1072

Well-known member
Joined
Jul 5, 2012
Messages
84
Programming Experience
Beginner
hi
i have a datagridview on my form that bind to a datatable . is it possible to get CellValueChanged event by changing DataTable's values ? for some reasons i must change the dataTable's value instead of datagridview and i want get datagridview's CellValueChanged event
thanks
 
Back
Top