PopupMenuShowingEventArgs(BarPopupBase, ContextMenuType) Constructor
Initializes a new instance of the PopupMenuShowingEventArgs class with the specified settings.
Namespace: DevExpress.Xpf.Scheduling
Assembly: DevExpress.Xpf.Scheduling.v24.1.dll
NuGet Package: DevExpress.Wpf.Scheduling
Declaration
Parameters
Name | Type | Description |
---|---|---|
menu | BarPopupBase | A BarPopupBase object representing the invoked context menu. |
menuType | DevExpress.Xpf.Scheduling.ContextMenuType | One of the ContextMenuType enumeration values indicating the context menu type. |
See Also