Skip to main content
All docs
V24.2
Bar

BarButtonItem.DefaultDropDownLinkChanged Event

Raises when the value of the DefaultDropDownLink property changes.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v24.2.dll

Declaration

public event DefaultDropDownLinkChangedEventHandler DefaultDropDownLinkChanged

Event Data

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

See Also