Click or drag to resize

DataBufferColumnValueExternallyChanged Event

Triggered when column value in any table has been changed by external code.

Namespace:  Aloe.SystemFrameworks.Domain.DataAccess
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public event EventHandler<RowColumnChangeEventArgs> ColumnValueExternallyChanged

Value

Type: SystemEventHandlerRowColumnChangeEventArgs

Implements

IBufferColumnValueExternallyChanged
Remarks
This event is useful for buffers, which encapsulate external data. When the external data is changed without using the set/get methods of the buffer row, this event is triggered.
See Also