Assembly: Report;
Namespace: Prognoz.Platform.Interop.Report;
The UiPrxControlCancelEventArgs interface is used to work with arguments of events that occur before removing a control.
To create custom arguments of the event that occurs on changing control value, use the UiPrxControlEventArgs class.
Class to get analog of the class UiPrxControlCancelEventArgs:
None;
Class to get analog of the class object UiPrxControlCancelEventArgs:
UiPrxControlCancelEventArgsClass;
| Constructor name | Brief description | |
| Create | The Create constructor creates an argument of the event that occurs before removing a control. |
| Property name | Brief description | |
| Cancel | The Cancel property determines whether control is removed. |
| 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: