windowsforms-devexpress-dot-xtrabars-dot-barlinkcontaineritem-b1c44c05.md
Fires immediately after a link has been added to the sub links collection.
Namespace : DevExpress.XtraBars
Assembly : DevExpress.XtraBars.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
public event LinkEventHandler LinkAdded
Public Event LinkAdded As LinkEventHandler
The LinkAdded event's data class is LinkEventArgs. The following properties provide information specific to this event:
| Property | Description |
|---|---|
| Link | Gets the link associated with the event. |
Handle the LinkAdded event to respond to adding a link to the sub links collection. At runtime, links can be added using the following two mechanisms:
If you want to respond to adding links to bars or context menus, handle the appropriate Bar.LinkAdded and PopupMenuBase.LinkAdded events.
See Also