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

DocumentManager.ViewChanged Event

Occurs after the DocumentManager has switched to another view.

Namespace: DevExpress.XtraBars.Docking2010

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

[DXCategory("Behavior")]
public event ViewEventHandler ViewChanged

Event Data

The ViewChanged event's data class is DevExpress.XtraBars.Docking2010.ViewEventArgs.

Remarks

The ViewChanged event follows up the DocumentManager.ViewChanging event that occurs before the DocumentManager‘s view is changed.

To get the current DocumentManager view, use the DocumentManager.View property.

The following code snippet (auto-collected from DevExpress Examples) contains a reference 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