Click or drag to resize

RowColumnChangeEventArgs Class

Arguments for row and column change events
Inheritance Hierarchy
SystemObject
  Aloe.SystemFrameworks.Domain.DataAccessRowColumnChangeEventArgs

Namespace:  Aloe.SystemFrameworks.Domain.DataAccess
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public class RowColumnChangeEventArgs

The RowColumnChangeEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodRowColumnChangeEventArgs
Create new DataAttributeChangeEventArgs
Top
Properties
  NameDescription
Public propertyColumn
The changed column. Null when this is used for row change only.
Public propertyExtendedProperties
Gets the extended properties of the event args.
Public propertyNewValue
The new value which will be or was set to the column. Null when the class is used for row change.
Public propertyOldValue
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.
Public propertyOriginalValue
Gets the original value of the column, after the last Accept Changes.
Public propertyRow
The changed row
Top
See Also