Assembly: Report;
The IUiPrxCellChangeEventArgs interface is used to work with parameters of the cell events occurred after changing value in the cell.
IUiPrxCellChangeEventArgs
The interface describes argument of the ReportEvents.OnCellChange and IPrxReportUserEvents.EventOnCellChange events.
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. |
Property name | Brief description | |
UiRep | The UiRep property returns an object containing the UiReport component that has generated the event. |
See also: