AppointmentImagesEventArgs(IAppointmentViewInfo, AppointmentImageInfoCollection) Constructor
Initializes a new instance of the AppointmentImagesEventArgs class with the specified settings.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.1.dll
NuGet Package: DevExpress.Web.Scheduler
Declaration
public AppointmentImagesEventArgs(
IAppointmentViewInfo viewInfo,
AppointmentImageInfoCollection imageInfos
)
Parameters
Name | Type | Description |
---|---|---|
viewInfo | IAppointmentViewInfo | An IAppointmentViewInfo interface exposed by an object. |
imageInfos | DevExpress.Web.ASPxScheduler.Drawing.AppointmentImageInfoCollection | An AppointmentImageInfoCollection object representing a collection of objects that contain information on appointment images. |
See Also