IReportBeforeExpanderChangedEventArgs

Assembly: Report;

Description

The IReportBeforeExpanderChangedEventArgs interface contains properties of argument of the event that occurs before changing state of expander displayed in the table cell.

Inheritance Hierarchy

          IEventArgs

          IReportEventArgs

          IReportCellEventArgs

          IReportExpanderChangedEventArgs

          IReportBeforeExpanderChangedEventArgs

Comments

This argument is used to process the following events:

Properties

  Property name Brief description
Cancel The Cancel property determines whether expander state can be toggled.

Properties inherited from IReportExpanderChangedEventArgs

  Property name Brief description
State The State property returns state to be set for the expander.

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.

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