Back to Devexpress

AppointmentItemsValidationEventArgs Class

wpf-devexpress-dot-xpf-dot-scheduling-dot-reporting-6cfc596d.md

latest1.7 KB
Original Source

AppointmentItemsValidationEventArgs Class

Provides data for the SchedulerPrintAdapter.ValidateAppointments event.

Namespace : DevExpress.Xpf.Scheduling.Reporting

Assembly : DevExpress.Xpf.Scheduling.v25.2.dll

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public class AppointmentItemsValidationEventArgs :
    EventArgs
vb
Public Class AppointmentItemsValidationEventArgs
    Inherits EventArgs

AppointmentItemsValidationEventArgs is the data class for the following events:

Remarks

An instance of the AppointmentItemsValidationEventArgs class with appropriate settings is automatically created and passed to the corresponding event’s handler.

Inheritance

Object EventArgs AppointmentItemsValidationEventArgs

See Also

AppointmentItemsValidationEventArgs Members

DevExpress.Xpf.Scheduling.Reporting Namespace