Skip to main content

InplaceEditorEventArgs(Appointment) Constructor

Initializes a new instance of the InplaceEditorEventArgs class with the specified appointment.

Namespace: DevExpress.Xpf.Scheduler

Assembly: DevExpress.Xpf.Scheduler.v14.2.dll

#Declaration

public InplaceEditorEventArgs(
    Appointment apt
)

#Parameters

Name Type Description
apt Appointment

A Appointment value which is the event's appointment. This value is assigned to the AppointmentEventArgs.Appointment property.

#Remarks

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

See Also