ComponentOne DataObjects for .NET
Status Property (DataSetEventArgs)

C1.Data.2 Assembly > C1.Data Namespace > DataSetEventArgs Class : Status Property
Success 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.
Syntax
'Declaration
 
Public Property Status As DataSetEventStatusEnum
public DataSetEventStatusEnum Status {get; set;}
See Also

Reference

DataSetEventArgs Class
DataSetEventArgs Members