Back to Devexpress

CustomizePopupWindowParamsEventArgs Class

expressappframework-devexpress-dot-expressapp-dot-actions-72bd3e3a.md

latest2.3 KB
Original Source

CustomizePopupWindowParamsEventArgs Class

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

Namespace : DevExpress.ExpressApp.Actions

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
public class CustomizePopupWindowParamsEventArgs :
    EventArgs
vb
Public Class CustomizePopupWindowParamsEventArgs
    Inherits EventArgs

The following members return CustomizePopupWindowParamsEventArgs objects:

CustomizePopupWindowParamsEventArgs is the data class for the following events:

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

CustomizePopupWindowParamsEventArgs Members

DevExpress.ExpressApp.Actions Namespace