Frame.ViewChanged Event
In This Article
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
public event EventHandler<ViewChangedEventArgs> ViewChanged
#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