Skip to main content

ASPxSchedulerPrintAdapterBase.ValidateAppointments Event

Occurs when appointments are retrieved to create a report document.

Namespace: DevExpress.Web.ASPxScheduler.Reporting

Assembly: DevExpress.Web.ASPxScheduler.v23.2.dll

NuGet Package: DevExpress.Web.Scheduler

Declaration

public event AppointmentsValidationEventHandler ValidateAppointments

Event Data

The ValidateAppointments event's data class is DevExpress.XtraScheduler.Reporting.AppointmentsValidationEventArgs.

Remarks

Handling the ValidateAppointments event enables you to amend the collection of appointments passed to the report, according to some criteria. You can delete unneeded appointments, add new or modify existing ones.

See Also