Skip to main content
.NET 6.0+

WinWindowShowingEventArgs(WinWindow, Form) Constructor

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

Namespace: DevExpress.ExpressApp.Win

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

NuGet Package: DevExpress.ExpressApp.Win

Declaration

public WinWindowShowingEventArgs(
    WinWindow window,
    Form form
)

Parameters

Name Type
window WinWindow
form Form
See Also