Skip to main content
.NET Framework 4.6.2+

WinWindowShowingEventArgs(WinWindow, Form) Constructor

Initializes a new instance of the WinWindowShowingEventArgs class with specified settings.

Namespace: DevExpress.ExpressApp.Win

Assembly: DevExpress.ExpressApp.Win.v24.2.dll

Declaration

public WinWindowShowingEventArgs(
    WinWindow window,
    Form form
)

Parameters

Name Type
window WinWindow
form Form
See Also