ASPxSchedulerPrepareFormPopupContainerHandler Delegate
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
Declaration
public delegate void ASPxSchedulerPrepareFormPopupContainerHandler(
object sender,
ASPxSchedulerPrepareFormPopupContainerEventArgs e
);
Parameters
Name | Type | Description |
---|---|---|
sender | Object | The ASPxClientScheduler control which fires the event. |
e | ASPxSchedulerPrepareFormPopupContainerEventArgs | The ASPxSchedulerPrepareFormPopupContainerEventArgs object that contains event data. |
See Also