Frame.ViewChanged Event
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Event Data
The ViewChanged event's data class is DevExpress.ExpressApp.ViewChangedEventArgs.
Remarks
Handle this event to customize the current Frame’s Frame.View.
You can also handle the Frame.ViewChanging event to perform specific actions before setting a new View for the current Frame.
See Also