Report > Report Assembly Interfaces > IUiPrxCancelActivateSheetEventArgs
The IUiPrxCancelActivateSheetEventArgs interface contains properties of argument of the event that occurs before changing a regular report sheet (EventOnBeforeActivateSheet).
Property name | Brief description | |
![]() |
Cancel | The Cancel property determines whether the active sheet of the regular report is to be changed. |
Property name | Brief description | |
![]() |
OldSheet | The OldSheet property returns an object that contains the regular report sheet that was active before the change. |
![]() |
NewSheet | The NewSheet property returns an object that contains the regular report sheet that has become active. |
Property name | Brief description | |
![]() |
UiRep | The UiRep property returns an object containing the UiReport component that has generated the event. |
See also: