UiPrxControlEventArgs

Assembly: Report;

Description

The UiPrxControlEventArgs class is used to create custom arguments of the event that occurs on changing control value.

Comments

To work with arguments of the events that occur before removing a control, use the UiPrxControlCancelEventArgs class.

Class properties inherited from IUiPrxControlEventArgs

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

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 Classes