NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

DataTable Events

The events of the DataTable class are listed below. For a complete list of DataTable class members, see the DataTable Members topic.

Public:

ColumnChanging Occurs when a value has been submitted for this column.
PropertyChanged This event occurs when any property on the control has been changed for any reason.
RowChanged Occurs after a row in the table has been successfully edited.
RowChanging Occurs when the DataRow is changing.
RowDeleted Occurs after a row in the table has been deleted.
RowDeleting Occurs before a row in the table is about to be deleted.

See Also

DataTable Class | System.Data Namespace