Skip to main content
.NET 6.0+

Frame.ViewChanged Event

Occurs after setting a View for a Frame.

Namespace: DevExpress.ExpressApp

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