RowColumnChangeEventArgs Class |
Namespace: Aloe.SystemFrameworks.Domain.DataAccess
The RowColumnChangeEventArgs type exposes the following members.
Name | Description | |
---|---|---|
![]() | RowColumnChangeEventArgs |
Create new DataAttributeChangeEventArgs
|
Name | Description | |
---|---|---|
![]() | Column |
The changed column. Null when this is used for row change only.
|
![]() | ExtendedProperties |
Gets the extended properties of the event args.
|
![]() | NewValue |
The new value which will be or was set to the column. Null when the class is used for row change.
|
![]() | OldValue |
Gets the old value of the column, before the change.
Null when the class is used for row change.
Same as NewValue for post-change events.
|
![]() | OriginalValue |
Gets the original value of the column, after the last Accept Changes.
|
![]() | Row |
The changed row
|