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