XafApplication.ShowViewStrategyChanged Event
Occurs when the XafApplication.ShowViewStrategy object is changed.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
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