Skip to main content
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET 6.0+ platform documentation. This link will take you to the parent topic of the current section.

PopupShowingEventArgs(XafPopupWindowControl, Frame, String, ShowViewSource) Constructor

Initializes a new instance of the PopupShowingEventArgs class.

Namespace: DevExpress.ExpressApp.Web

Assembly: DevExpress.ExpressApp.Web.v23.2.dll

NuGet Package: DevExpress.ExpressApp.Web

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 Web Forms 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