Click or drag to resize

MemoryBufferTableColumnValueExternallyChanged Event

Occurs when column value has been changed by external code. It is never triggered for MemoryBufferTable.

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

IBufferTableColumnValueExternallyChanged
Remarks
For details why the implementation of the event is implemented like this, see: https://blogs.msdn.microsoft.com/trevor/2008/08/14/c-warning-cs0067-the-event-event-is-never-used/
See Also