Skip to main content
All docs
V23.2

PopupMenuShowingEventArgs(SchedulerPopupMenu, SchedulerHitInfo, Point, SchedulerMenuType, Boolean) Constructor

Initializes a new instance of the PopupMenuShowingEventArgs class with specified settings.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

public PopupMenuShowingEventArgs(
    SchedulerPopupMenu menu,
    SchedulerHitInfo hitInfo,
    Point point,
    SchedulerMenuType menuType,
    bool allow
)

Parameters

Name Type
menu SchedulerPopupMenu
hitInfo SchedulerHitInfo
point Point
menuType DevExpress.XtraScheduler.Views.SchedulerMenuType
allow Boolean
See Also