Show contents 

Report > Report Assembly Interfaces > IUiPrxCellChangeEventArgs > IUiPrxCellChangeEventArgs.Value

IUiPrxCellChangeEventArgs.Value

Syntax

Value: Variant;

Value: object;

Description

The Value property returns new value in the cell.

Comments

To get row with edited cell, use the IUiPrxCellChangeEventArgs.Row property.

Fore and Fore.NET Examples

The property use is given in the example for IPrxReportUserEvents.EventOnCellChange.

See also:

IUiPrxCellChangeEventArgs