Skip to main content
.NET 6.0+

PopupWindowShowAction Events

Represents a Pop-up Window Show Action.
Name Description
Cancel Occurs when an end-user clicks the cancelling button on the Pop-up Window Show Action’s pop-up Window.
Changed Occurs after one of the current ActionBase object’s properties has been changed. Inherited from ActionBase.
CustomGetFormattedConfirmationMessage Occurs when the ActionBase.GetFormattedConfirmationMessage method is executed. Inherited from ActionBase.
CustomGetTotalTooltip Occurs when an Action‘s ToolTip is calculated. Inherited from ActionBase.
CustomizeCaption static Inherited from ActionBase.
CustomizeControl Fires after the control is initialized. Allows you to customize the control. Inherited from ActionBase.
CustomizePopupWindowParams Occurs when generating a pop-up Window for a Pop-up Window Show Action.
CustomizeTemplate Occurs when setting a Template for a Pop-up Window Show Action’s pop-up Window.
Disposed Occurs when the component is disposed by a call to the Dispose() method. Inherited from Component.
Disposing Occurs when disposing of an Action. Inherited from ActionBase.
Execute Occurs when an end-user clicks the accept button on the Pop-up Window Show Action’s pop-up Window.
ExecuteCanceled Occurs after execution of the Action has been cancelled. Inherited from ActionBase.
ExecuteCompleted Occurs after all actions implemented in the Execute, ActionBase.Executed and ActionBase.ProcessCreatedView event handlers have been performed. Inherited from ActionBase.
Executed Occurs after executing an Action. Inherited from ActionBase.
Executing Occurs before an end-user performs the operation that leads to raising an Action‘s Execute event. Inherited from ActionBase.
HandleException For internal use only. Inherited from ActionBase.
ProcessCreatedView Occurs after the ActionBase.Executed event. Inherited from ActionBase.
See Also