ASPxSchedulerPrepareFormPopupContainerHandler Delegate
In This Article
A method that will handle the ASPxScheduler.PrepareAppointmentInplaceEditorPopupContainer, the ASPxScheduler.PrepareGotoDateFormPopupContainer, the ASPxScheduler.PrepareRecurrenceAppointmentDeleteFormPopupContainer, the ASPxScheduler.PrepareRecurrenceAppointmentEditFormPopupContainer, and the ASPxScheduler.PrepareRemindersFormPopupContainer events.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.2.dll
NuGet Package: DevExpress.Web.Scheduler
#Declaration
public delegate void ASPxSchedulerPrepareFormPopupContainerHandler(
object sender,
ASPxSchedulerPrepareFormPopupContainerEventArgs e
);
#Parameters
Name | Type | Description |
---|---|---|
sender | Object | The ASPx |
e | ASPx |
The ASPx |
See Also