Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v18.2.dll
public event EventHandler<ViewChangedEventArgs> ViewChanged
Public Event ViewChanged As EventHandler(Of ViewChangedEventArgs)
The ViewChanged event handler receives an argument of the DevExpress.ExpressApp.ViewChangedEventArgs type.
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.