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

Journal.CurrentChanged Event

Fires when the Journal.Current property value is 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 EventHandler CurrentChanged

Event Data

The CurrentChanged event's data class is EventArgs.

See Also