Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v18.2.dll
public event EventHandler<ViewChangingEventArgs> ViewChanging
Public Event ViewChanging As EventHandler(Of ViewChangingEventArgs)
The ViewChanging event handler receives an argument of the DevExpress.ExpressApp.ViewChangingEventArgs type.
Handle this event to perform specific actions before setting a View for the current Frame.
You can also handle the Frame.ViewChanged event to perform specific actions after setting a new View for the current Frame.