Show contents 

Report > Report Assembly Classes > ReportBox > ReportBox.OnBeforeEdit

ReportBox.OnBeforeEdit

Syntax

OnBeforeEdit(Sender: Object; Args: IReportBeforeEditEventArgs);

Parameters

Sender. The parameter that returns the component that generated the event.

Args. The parameter that enables the user to determine event parameters.

Description

The OnBeforeEdit event occurs before you start editing data of a table cell.

See also:

ReportBox