Back to Devexpress

DocumentManager.ViewChanged Event

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-documentmanager-5d2f8e78.md

latest1.8 KB
Original Source

DocumentManager.ViewChanged Event

Occurs after the DocumentManager has switched to another view.

Namespace : DevExpress.XtraBars.Docking2010

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Behavior")]
public event ViewEventHandler ViewChanged
vb
<DXCategory("Behavior")>
Public Event ViewChanged As ViewEventHandler

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.

See Also

ViewChanging

View

DocumentManager Class

DocumentManager Members

DevExpress.XtraBars.Docking2010 Namespace