wpf-devexpress-dot-xpf-dot-scheduling-dot-createsourceobjecteventargs-a5582c77.md
This parameter is no longer supported. This event can only be used to create a new source object. If you need to initialize newly created appointment, use the SchedulerControl.InitNewAppointment event.
Gets the newly created appointment.
Namespace : DevExpress.Xpf.Scheduling
Assembly : DevExpress.Xpf.Scheduling.v25.2.dll
NuGet Package : DevExpress.Wpf.Scheduling
[Obsolete("This parameter is no longer supported. This event can only be used to create a new source object. If you need to initialize newly created appointment, use the SchedulerControl.InitNewAppointment event.", true)]
public AppointmentItem Item { get; }
<Obsolete("This parameter is no longer supported. This event can only be used to create a new source object. If you need to initialize newly created appointment, use the SchedulerControl.InitNewAppointment event.", True)>
Public ReadOnly Property Item As AppointmentItem
| Type | Description |
|---|---|
| AppointmentItem |
An AppointmentItem object that is the newly created appointment for which a source object is required.
|
See Also
CreateSourceObjectEventArgs Class