Assembly: Report;
Namespace: Prognoz.Platform.Interop.Report;
The UiPrxControlEventArgs class is used to create custom arguments of the event that occurs on changing control value.
To work with arguments of the events that occur before removing a control, use the UiPrxControlCancelEventArgs class.
Class to get analog of the class UiPrxControlEventArgs:
None;
Class to get analog of the class object UiPrxControlEventArgs:
UiPrxControlEventArgsClass;
| 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. |
| Property name | Brief description | |
| UiRep | The UiRep property returns an object containing the UiReport component that has generated the event. |
See also: