SchedulerControl.PreparePopupMenu Event
In This Article
OBSOLETE
You should use the 'Popup
This member is obsolete. Handle the SchedulerControl.PopupMenuShowing event instead.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.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 Popup |
Hit |
Gets an object that identifies the menu UI element that the user clicked on.
Inherited from Popup |
Menu |
Gets or sets the popup (context) menu for which this event was raised.
Inherited from Popup |
Menu |
Gets the type of the popup menu.
Inherited from Popup |
Point |
Gets the position to invoke the popup menu.
Inherited from Popup |
See Also