AppointmentImagesEventArgs(IAppointmentViewInfo, AppointmentImageInfoCollection) Constructor
In This Article
Initializes a new instance of the AppointmentImagesEventArgs class with the specified settings.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.2.dll
NuGet Package: DevExpress.Web.Scheduler
#Declaration
public AppointmentImagesEventArgs(
IAppointmentViewInfo viewInfo,
AppointmentImageInfoCollection imageInfos
)
#Parameters
Name | Type | Description |
---|---|---|
view |
IAppointment |
An IAppointment |
image |
DevExpress. |
An Appointment |
See Also