IReportBeforeCellChangeEventArgs

Description

The IReportBeforeCellChangeEventArgs interface contains properties of an argument of the event that occurs right before the cell value is changed: ReportBox.OnBeforeCellChange.

Properties

  Property name Brief description
Value The Value property determines the modified value, which will be located in the cell after the event has been handled.

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 row that contains the cell, for which the event is generated.
Row The Row property returns index of the column containing the cell, for which the event is generated.

See also:

Report Assembly Interfaces