any event in datagrid raised when data in datagrid changed

A

ali asjad

is there any event that is raised when data in datagrid is changed.

actually im using a dataset filled through data adapter and is the
data source of datagrid
 
C

Chris, Master of All Things Insignificant

You want to look at the DataTable events I believe.

AddHandler DataSet1.Tables(0).RowDeleted, AddressOf ......

There are several events you can look at in there.

Chris


ali asjad said:
is there any event that is raised when data in datagrid is changed.

actually im using a dataset filled through data adapter and is the
data source of datagrid
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top