IReportAfterEditEventArgs

Description

The IReportAfterEditEventArgs interface contains properties of argument of the event that occurs after editing data of a cell: ReportBox.OnAfterEdit.

Properties

  Property name Brief description
Changed The Changed property returns True if the cell contents was changed during editing.

Properties inherited from IReportEventArgs

  Property name Brief description
Report The Report property returns the ReportBox component that has generated the event.
Sheet The Sheet property returns the sheet of a regular report, on which the event has occurred.

Properties inherited from IReportCellEventArgs

  Property name Brief description
Column The Column property returns index of the column containing the cell, for which the event is generated.
Row The Row property returns index of the row containing the cell, for which the event is generated.

See also:

Report Assembly Interfaces