Skip to main content

WindowedDocumentUIService.ActiveDocumentChanged Event

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

Namespace: DevExpress.Xpf.Core

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

NuGet Package: 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