Back to Devexpress

RepositoryItemBreadCrumbEdit.ShowUserActionMenu Event

windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitembreadcrumbedit-49712883.md

latest1.9 KB
Original Source

RepositoryItemBreadCrumbEdit.ShowUserActionMenu Event

Fires when the User Action Menu is about to be displayed.

Namespace : DevExpress.XtraEditors.Repository

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Event Data

The ShowUserActionMenu event's data class is DevExpress.XtraEditors.BreadCrumbShowUserActionMenuEventArgs.

Remarks

The ShowUserActionMenu event fires whenever the User Action Menu is shown. By default, this menu is displayed by a right mouse click. The image below illustrates what it looks like.

Handle the ShowUserActionMenu event to add new menu items to this menu or remove the existing ones. See the Breadcrumb Edit Control topic to learn more.

See Also

Breadcrumb Edit Control

RepositoryItemBreadCrumbEdit Class

RepositoryItemBreadCrumbEdit Members

DevExpress.XtraEditors.Repository Namespace