FrameDocumentUIService.ActiveDocumentChanged Event
Fires after the service’s active document has been successfully changed.
Namespace: DevExpress.Xpf.WindowsUI.Navigation
Assembly: DevExpress.Xpf.Controls.v24.1.dll
NuGet Package: DevExpress.Wpf.Controls
Declaration
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