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

FrameDocumentUIService.ActiveDocumentChanged Event

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

Namespace: DevExpress.Xpf.WindowsUI.Navigation

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Controls, DevExpress.Wpf.Navigation

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