Skip to main content
A newer version of this page is available. .

PopupMenuShowingEventArgs Class

Provides data for the SchedulerControl.PopupMenuShowing event.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.2.dll

Declaration

public class PopupMenuShowingEventArgs :
    EventArgs

Remarks

The PopupMenuShowingEventArgs objects are automatically created, initialized and passed to the SchedulerControl.PopupMenuShowing event handlers.

See Also