Back to Devexpress

DocumentManager.ViewChanging Event

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-documentmanager-8febee62.md

latest1.4 KB
Original Source

DocumentManager.ViewChanging Event

Occurs when the current DocumentManager changes its active view and allows you to respond to these changes before they are applied.

Namespace : DevExpress.XtraBars.Docking2010

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Event Data

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

Remarks

When upcoming changes are applied, the DocumentManager.ViewChanged event occurs.

See Also

DocumentManager Class

DocumentManager Members

DevExpress.XtraBars.Docking2010 Namespace