Skip to main content
A newer version of this page is available. .

Frame.ViewChanged Event

Occurs after setting a View for a Frame.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v18.2.dll

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.

The following code snippets (auto-collected from DevExpress Examples) contain references to the ViewChanged event.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also