Back to Devexpress

SchedulerControl.PreparePopupMenu Event

windowsforms-devexpress-dot-xtrascheduler-dot-schedulercontrol-0f6a544f.md

latest2.9 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("You should use the 'PopupMenuShowing' instead", false)]
public event PreparePopupMenuEventHandler PreparePopupMenu
vb
<Browsable(False)>
<Obsolete("You should use the 'PopupMenuShowing' instead", False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Event PreparePopupMenu As PreparePopupMenuEventHandler

Event Data

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

PropertyDescription
AllowGets or sets whether to enable the popup menu. Inherited from PopupMenuShowingEventArgs.
HitInfoGets an object that identifies the menu UI element that the user clicked on. Inherited from PopupMenuShowingEventArgs.
MenuGets or sets the popup (context) menu for which this event was raised. Inherited from PopupMenuShowingEventArgs.
MenuTypeGets the type of the popup menu. Inherited from PopupMenuShowingEventArgs.
PointGets the position to invoke the popup menu. Inherited from PopupMenuShowingEventArgs.

See Also

SchedulerControl Class

SchedulerControl Members

DevExpress.XtraScheduler Namespace