PopupMenuShowingEventHandler Delegate
In This Article
A method that will handle the ASPxScheduler.PopupMenuShowing event.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.2.dll
NuGet Package: DevExpress.Web.Scheduler
#Declaration
public delegate void PopupMenuShowingEventHandler(
object sender,
PopupMenuShowingEventArgs e
);
#Parameters
Name | Type | Description |
---|---|---|
sender | Object | The event sender (typically an ASPx |
e | Popup |
A Popup |
See Also