BarItemLinkBase.LinkControlLoaded Event
Fires when the BarItemLinkBase.LinkControl is loaded.
Namespace: DevExpress.Xpf.Bars
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Event Data
The LinkControlLoaded event's data class is DevExpress.Xpf.Bars.BarItemLinkControlLoadedEventArgs.
Remarks
A LinkControl object visualizes item links on-screen. You can access a LinkControl via the BarItemLinkBase.LinkControl property. When your application starts, the BarItemLinkBase.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