Skip to main content
.NET 6.0+

XafApplication.ShowViewStrategyChanged Event

Occurs when the XafApplication.ShowViewStrategy object is changed.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.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