ComponentOne DataObjects for .NET
Modified Property (RowChangeEventArgs)

C1.Data.2 Assembly > C1.Data Namespace > RowChangeEventArgs Class : Modified Property
For events BeforeEndEdit, AfterEndEdit, this property indicates whether the row has been modified while it was in edit mode. This property is often needed in BeforeEndEdit/ AfterEndEdit because data-bound controls begin edit mode when they position on a row and end edit mode when they leave the row, even if no changes have been made to the row in the process.
Syntax
'Declaration
 
Public ReadOnly Property Modified As System.Boolean
public System.bool Modified {get;}
See Also

Reference

RowChangeEventArgs Class
RowChangeEventArgs Members