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