IUiPrxControlCancelEventArgs

Assembly: Report;

Namespace: Prognoz.Platform.Interop.Report;

Description

The IUiPrxControlCancelEventArgs interface is used to work with arguments of the event that occurs before removing a control.

Inheritance Hierarchy

          IUiReportBaseEventArgs

          IUiPrxControlEventArgs

          IUiPrxControlCancelEventArgs

Comments

To work with argument of the event that occurs on changing control value, use properties of the IUiPrxControlEventArgs interface.

Properties

  Property name Brief description
Cancel The Cancel property determines whether control is removed.

Properties inherited from IUiPrxControlEventArgs

  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