ReportEditorEventArgs

Assembly: Report;

Description

The ReportEditorEventArgs class implements an argument of the event that occurs on editing cell text.

Constructors

  Constructor name Brief description
CreateEditorArgs The Create constructor creates an argument of the event that occurs on editing cell text.

Constructors inherited from ReportEventArgs

  Constructor name Brief description
CreateArgs The Create constructor creates an argument of events of the ReportBox component.

Class object properties inherited from IReportEditorEventArgs

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

Class object 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 Classes