Back to Devexpress

PopupWindowShowActionExecuteEventArgs Class

expressappframework-devexpress-dot-expressapp-dot-actions-1710dce6.md

latest3.5 KB
Original Source

PopupWindowShowActionExecuteEventArgs Class

Represents arguments passed to a Pop-up Window Show Action’s PopupWindowShowAction.Execute event.

Namespace : DevExpress.ExpressApp.Actions

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
public class PopupWindowShowActionExecuteEventArgs :
    SimpleActionExecuteEventArgs
vb
Public Class PopupWindowShowActionExecuteEventArgs
    Inherits SimpleActionExecuteEventArgs

PopupWindowShowActionExecuteEventArgs is the data class for the following events:

Remarks

The PopupWindowShowActionExecuteEventArgs class declares properties specific to the PopupWindowShowAction.Execute event. This event is designed to execute custom code when clicking the accept button on a Pop-up Window Show Action’s pop-up Window. You can handle this event to execute custom code and specify whether to close the pop-up window.

This class is inherited from the SimpleActionExecuteEventArgs class. Use the inherited SimpleActionExecuteEventArgs.CurrentObject and SimpleActionExecuteEventArgs.SelectedObjects properties to access the current and selected objects of the pop-up window’s parent View. Use the PopupWindowShowActionExecuteEventArgs.PopupWindowViewCurrentObject and PopupWindowShowActionExecuteEventArgs.PopupWindowViewSelectedObjects properties to access the current and selected objects of the View displayed within the pop-up Window. To access the popup Window itself, use the PopupWindowShowActionExecuteEventArgs.PopupWindow property.

Inheritance

Object EventArgs ActionBaseEventArgs SimpleActionExecuteEventArgs PopupWindowShowActionExecuteEventArgs

See Also

PopupWindowShowActionExecuteEventArgs Members

DevExpress.ExpressApp.Actions Namespace