Skip to main content

FilterAppointmentEventArgs(SchedulerControl, ViewBase, AppointmentItem) Constructor

Initializes a new instance of the FilterAppointmentEventArgs class with specified settings.

Namespace: DevExpress.Xpf.Scheduling

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

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public FilterAppointmentEventArgs(
    SchedulerControl scheduler,
    ViewBase view,
    AppointmentItem appointment
)

Parameters

Name Type Description
scheduler SchedulerControl

The scheduler that raised the event.

view ViewBase

A DevExpress.Xpf.Scheduling.ViewBase descendant that represents the scheduler’s view that raised the event.

appointment AppointmentItem

The appointment for which the event is raised.

See Also