Skip to main content
A newer version of this page is available. .

AppointmentItemOperationEventArgs(AppointmentItem) Constructor

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

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v19.1.dll

Declaration

public AppointmentItemOperationEventArgs(
    AppointmentItem apt
)

Parameters

Name Type Description
apt AppointmentItem

An AppointmentItem object that is the appointment being processed.

Remarks

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

See Also