AppointmentImagesEventArgs(IAppointmentViewInfo, AppointmentImageInfoCollection) Constructor
Initializes a new instance of the AppointmentImagesEventArgs class with specified settings.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
public AppointmentImagesEventArgs(
IAppointmentViewInfo viewInfo,
AppointmentImageInfoCollection imageInfos
)
Parameters
Name | Type | Description |
---|---|---|
viewInfo | IAppointmentViewInfo | An AppointmentViewInfo interface defining view information for the appointment. |
imageInfos | AppointmentImageInfoCollection | An AppointmentImageInfoCollection collection, representing the collection of images used to display an appointment. |
See Also