UiPrxEaxGridCancelEventArgs.Create

Syntax

Create(UiRep: IUiReport; EaxGrid: IEaxGrid; Cancel: Boolean);

Parameters

UiRep. Parameters of the UiReport development environment component.

EaxGrid. Parameters of analytical data area.

Cancel. Indicates whether analytical data area can be refreshed.

Description

The Create constructor creates an argument of the event, which enables the user to cancel refresh of analytical data area.

Comments

Available values of the Cancel parameter:

To create an argument of the event that occurs on refreshing or adding analytical data area, use the UiPrxEaxGridEventArgs.CreateArgs constructor.

See also:

UiPrxEaxGridCancelEventArgs