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

ILinksHolder.ActualLinksChanged Event

Occurs whenever the ILinksHolder.ActualLinks collection for this holder changes.

Namespace: DevExpress.Xpf.Bars

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

event ValueChangedEventHandler<BarItemLinkCollection> ActualLinksChanged

Event Data

The ActualLinksChanged event's data class is ValueChangedEventArgs<BarItemLinkCollection>. The following properties provide information specific to this event:

Property Description
NewValue Gets an object that represents the new value of a specific property.
OldValue Gets an object that represents the old value of a specific property.
See Also