Back to Devexpress

PopupMenuBase.LinkDeleted Event

windowsforms-devexpress-dot-xtrabars-dot-popupmenubase-eed7cee7.md

latest1.6 KB
Original Source

PopupMenuBase.LinkDeleted Event

Fires immediately after a link has been removed from the popup menu.

Namespace : DevExpress.XtraBars

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Events")]
public event LinkEventHandler LinkDeleted
vb
<DXCategory("Events")>
Public Event LinkDeleted As LinkEventHandler

Event Data

The LinkDeleted event's data class is LinkEventArgs. The following properties provide information specific to this event:

PropertyDescription
LinkGets the link associated with the event.

Remarks

Write a LinkDeleted event handler to respond to removing links from the popup menu. At runtime, links can be deleted using the PopupMenuBase.RemoveLink method.

See Also

LinkAdded

ItemLinks

PopupMenuBase Class

PopupMenuBase Members

DevExpress.XtraBars Namespace