ComponentOne DataObjects for .NET
DataSetEventArgs Class Members
Properties 

C1.Data.2 Assembly > C1.Data Namespace : DataSetEventArgs Class

The following tables list the members exposed by DataSetEventArgs.

Public Properties
 NameDescription
Public PropertyThe data set where the event has occurred.  
Public PropertyFor an unsuccessful operation, information detailing the error.  
Public PropertySuccess or failure status of the operation. In events occurring before operation and allowing to change the status argument, user code can change the status to indicate whether to proceed with the operation, skip or abort it.  
Public PropertyReturns the table collection of the data set. Use this property to gain access to table data in 3-tier configuration, where the DataSet argument is not set because it resides on the client and the event is fired on the server.  
Public PropertyReturns the table view collection of the data set. Use this property to gain access to table view data in 3-tier configuration, where the DataSet argument is not set because it resides on the client and the event is fired on the server.  
Top
See Also

Reference

DataSetEventArgs Class
C1.Data Namespace
Events in Updating a Row
Events on Updating Database
DataSetEventHandler Delegate