IReportEditorEventArgs

Assembly: Report;

Description

The IReportEditorEventArgs interface contains properties of argument of the event that occurs on editing cell text.

Inheritance Hierarchy

          IEventArgs

          IReportEventArgs

          IReportEditorEventArgs

Comments

This argument is used to process the following events:

Properties

  Property name Brief description
Editor The Editor property returns parameters of table cell editor.

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 the regular report, on which the event has occurred.

See also:

Report Assembly Interfaces