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

WindowedDocumentUIService.ActiveDocumentChanged Event

Fires after the service’s active document has been successfully changed.

Namespace: DevExpress.Xpf.Core

Assembly: DevExpress.Xpf.Core.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public event ActiveDocumentChangedEventHandler ActiveDocumentChanged

Event Data

The ActiveDocumentChanged event's data class is DevExpress.Mvvm.ActiveDocumentChangedEventArgs.

Remarks

The ActiveDocumentChanged is a notification event that fires after an document has been successfully changed.

See Also