Skip to main content
A newer version of this page is available. .

CustomizePopupWindowParamsEventArgs Class

Arguments passed to a Pop-up Window Show Action’s PopupWindowShowAction.CustomizePopupWindowParams event.

Namespace: DevExpress.ExpressApp.Actions

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

public class CustomizePopupWindowParamsEventArgs :
    EventArgs

The following members return CustomizePopupWindowParamsEventArgs objects:

Remarks

The CustomizePopupWindowParamsEventArgs class declares properties specific to the PopupWindowShowAction.CustomizePopupWindowParams event. This event is designed to customize the pop-up window generated when the current Pop-up Window Show Action’s PopupWindowShowAction.Execute event is raised.

Inheritance

Object
EventArgs
CustomizePopupWindowParamsEventArgs
See Also