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

PreparePopupMenuEventHandler Delegate

OBSOLETE

You should use the 'PopupMenuShowingEventHandler' instead

A method that will handle ASPxScheduler.PreparePopupMenu event.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v20.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 ASPxScheduler control which fires the event.

e PreparePopupMenuEventArgs

A PreparePopupMenuEventArgs object that contains event data.

See Also