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

PopupShowingEventArgs(XafPopupWindowControl, Frame, String, ShowViewSource) Constructor

Initializes a new instance of the PopupShowingEventArgs class.

Namespace: DevExpress.ExpressApp.Web

Assembly: DevExpress.ExpressApp.Web.v19.1.dll

Declaration

public PopupShowingEventArgs(
    XafPopupWindowControl popupControl,
    Frame sourceFrame,
    string url,
    ShowViewSource showViewSource
)

Parameters

Name Type Description
popupControl XafPopupWindowControl

An XafPopupWindowControl object that manages the ASPxPopupControl used to display popup windows in ASP.NET applications.

sourceFrame Frame

A Frame object which is a parent Window for the current popup.

url String

A string containg a URL to be assigned to the ASPxPopupControlBase.ContentUrl property of the displayed popup.

showViewSource ShowViewSource

A ShowViewSource object providing access to the popup window’s source Action.

Remarks

Since the PopupShowingEventArgs supplies arguments to the PopupWindowManager.PopupShowing event which is raised automatically, you do not need to use this constructor.

See Also