Skip to main content
.NET 8.0+

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

XafApplication.ShowViewStrategyChanged Event

Occurs when the XafApplication.ShowViewStrategy object is changed.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v24.2.dll

NuGet Package: DevExpress.ExpressApp

#Declaration

public event EventHandler<EventArgs> ShowViewStrategyChanged

#Event Data

The ShowViewStrategyChanged event's data class is EventArgs.

#Remarks

In the ShowViewStrategyChanged event handler, you can subscribe to the events of the Show View Strategy, e.g., to the WinShowViewStrategyBase.WinWindowShowing event. Do not subscribe to these events directly, because the XafApplication.ShowViewStrategy object can be changed during the application life cycle.

See Also