Back to Devexpress

ASPxSchedulerPrintAdapterBase.ValidateAppointments Event

aspnet-devexpress-dot-web-dot-aspxscheduler-dot-reporting-dot-aspxschedulerprintadapterbase.md

latest1.5 KB
Original Source

ASPxSchedulerPrintAdapterBase.ValidateAppointments Event

Occurs when appointments are retrieved to create a report document.

Namespace : DevExpress.Web.ASPxScheduler.Reporting

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

NuGet Package : DevExpress.Web.Scheduler

Declaration

csharp
public event AppointmentsValidationEventHandler ValidateAppointments
vb
Public Event ValidateAppointments As AppointmentsValidationEventHandler

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

ASPxSchedulerPrintAdapterBase Class

ASPxSchedulerPrintAdapterBase Members

DevExpress.Web.ASPxScheduler.Reporting Namespace