Skip to main content
Bar

BarItemLink.LinkControlLoaded Event

Fires when the BarItemLink.LinkControl is loaded.

Namespace: DevExpress.Xpf.Bars

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

#Declaration

public event BarItemLinkControlLoadedEventHandler LinkControlLoaded

#Event Data

The LinkControlLoaded event's handler receives an argument of the DevExpress.Xpf.Bars.BarItemLinkControlLoadedEventArgs type.

#Remarks

A LinkControl object visualizes item links on-screen. You can access a LinkControl via the BarItemLink.LinkControl property. When your application starts, the BarItemLink.LinkControl property may not be initialized at a specific point in time. Use the LinkControlLoaded event to respond to the LinkControl being created.

See Also