Skip to main content

SchedulerControl.PreparePopupMenu Event

OBSOLETE

You should use the 'PopupMenuShowing' instead

This member is obsolete. Handle the SchedulerControl.PopupMenuShowing event instead.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("You should use the 'PopupMenuShowing' instead", false)]
public event PreparePopupMenuEventHandler PreparePopupMenu

Event Data

The PreparePopupMenu event's data class is PreparePopupMenuEventArgs. The following properties provide information specific to this event:

Property Description
Allow Gets or sets whether to enable the popup menu. Inherited from PopupMenuShowingEventArgs.
HitInfo Gets an object that identifies the menu UI element that the user clicked on. Inherited from PopupMenuShowingEventArgs.
Menu Gets or sets the popup (context) menu for which this event was raised. Inherited from PopupMenuShowingEventArgs.
MenuType Gets the type of the popup menu. Inherited from PopupMenuShowingEventArgs.
Point Gets the position to invoke the popup menu. Inherited from PopupMenuShowingEventArgs.
See Also