IUiPrxControlEventArgs

Assembly: Report;

Namespace: Prognoz.Platform.Interop.Report;

Description

The IUiPrxControlEventArgs interface contains properties of argument of the event that occurs on changing value of a control (EventOnChangeControlValue).

Inheritance Hierarchy

          IUiReportBaseEventArgs

          IUiPrxControlEventArgs

Comments

To work with arguments of the events occurring before removing a control, use

Properties

  Property name Brief description
Control The Control property returns the control of the regular report, which value has been changed, or the control has been removed.

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