PreparePopupMenuEventHandler Delegate
In This Article
OBSOLETE
You should use the 'Popup
A method that will handle PreparePopupMenu
event.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.2.dll
NuGet Package: DevExpress.Web.Scheduler
#Declaration
[Obsolete("You should use the 'PopupMenuShowingEventHandler' instead", false)]
public delegate void PreparePopupMenuEventHandler(
object sender,
PreparePopupMenuEventArgs e
);
#Parameters
Name | Type | Description |
---|---|---|
sender | Object | The ASPx |
e | Prepare |
A |
See Also