UiPrxControlCancelEventArgs.Create

Fore Syntax

Create(UiRep: IUiReport; Control: IPrxControl; Cancel: Boolean);

Fore.NET Syntax

Create(UiRep: Prognoz.Platform.Interop.Report.UiReport; Control: Prognoz.Platform.Interop.Report.IPrxControl; Cancel: boolean);

Parameters

UiRep. Parameters of the UiReport;

Control. Control.

Cancel. The parameter that removes a control.

Description

The Create constructor creates an argument of the event that occurs before removing a control.

Comments

Available values of the Cancel parameter:

See also:

UiPrxControlCancelEventArgs