Click or drag to resize

RowColumnChangeEventArgs Properties

The RowColumnChangeEventArgs type exposes the following members.

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