Skip to main content
All docs
V25.1
  • PrepareContextMenuEventArgs(SchedulerPopupMenu, SchedulerHitInfo, Point, SchedulerMenuType, Boolean) Constructor

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

    Namespace: DevExpress.XtraScheduler

    Assembly: DevExpress.XtraScheduler.v25.1.dll

    NuGet Package: DevExpress.Win.Scheduler

    Declaration

    public PrepareContextMenuEventArgs(
        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