RepositoryItemBreadCrumbEdit.ShowUserActionMenu Event
Fires when the User Action Menu is about to be displayed.
Namespace: DevExpress.XtraEditors.Repository
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[DXCategory("Events")]
public event BreadCrumbShowUserActionMenuEventHandler ShowUserActionMenu
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