IUiPrxCellChangeEventArgs

Assembly: Report;

Description

The IUiPrxCellChangeEventArgs interface is used to work with parameters of the cell events occurred after changing value in the cell.

Inheritance Hierarchy

          IEventArgs

          IUiReportBaseEventArgs

          IUiPrxCellChangeEventArgs

Comments

The interface describes argument of the ReportEvents.OnCellChange and IPrxReportUserEvents.EventOnCellChange events.

Properties

  Property name Brief description
Column The Column property return the column that contains edited cell.
Row The Row property returns the row with edited cell.
Sheet The Sheet property returns the report sheet with edited cell.
Value The Value property returns new value in the cell.

Properties inherited from IUiReportBaseEventArgs

  Property name Brief description
UiRep The UiRep property returns an object containing the UiReport component that has generated the event.

See also:

Report Assembly Interfaces