WinWindow.Showing Event
In This Article
Namespace: DevExpress.ExpressApp.Win
Assembly: DevExpress.ExpressApp.Win.v24.2.dll
NuGet Packages: DevExpress.ExpressApp.Win, DevExpress.ExpressApp.Win.Design
#Declaration
public event EventHandler<WinWindowShowingEventArgs> Showing
#Event Data
The Showing event's data class is WinWindowShowingEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
Form | Gets the Form to be displayed. |
Is |
Gets a value indicating whether or not the Win |
Window |
Gets a Win |
See Also