Skip to main content

AppointmentItemEventArgs(AppointmentItem) Constructor

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

Namespace: DevExpress.Xpf.Scheduling

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

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public AppointmentItemEventArgs(
    AppointmentItem apt
)

Parameters

Name Type Description
apt AppointmentItem

An AppointmentItem object that is the newly created appointment.

Remarks

Instances of the AppointmentItemEventArgs class are automatically created, initialized and passed to the corresponding event handlers.

See Also