ComponentOne DataObjects for .NET
Status Property (RowUpdateEventArgs)

C1.Data.2 Assembly > C1.Data Namespace > RowUpdateEventArgs 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 RowEventStatusEnum
public RowEventStatusEnum Status {get; set;}
See Also

Reference

RowUpdateEventArgs Class
RowUpdateEventArgs Members