Skip to main content
All docs
V23.2
Bar

BarButtonItem.DefaultDropDownLinkChanged Event

Raises when the value of the DefaultDropDownLink property changes.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public event DefaultDropDownLinkChangedEventHandler DefaultDropDownLinkChanged

Event Data

The DefaultDropDownLinkChanged event's data class is DevExpress.XtraBars.DefaultDropDownLinkChangedEventArgs.

See Also