InplaceEditorEventArgs(Appointment) Constructor
In This Article
Initializes a new instance of the InplaceEditorEventArgs class with the specified appointment.
Namespace: DevExpress.Xpf.Scheduler
Assembly: DevExpress.Xpf.Scheduler.v14.2.dll
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
apt | Appointment | A Appointment value which is the event's appointment. This value is assigned to the Appointment |
#Remarks
Instances of the InplaceEditorEventArgs class are automatically created, initialized and passed to the corresponding event handlers.
See Also