Skip to main content
A newer version of this page is available. .

AppointmentImagesEventArgs(IAppointmentViewInfo, AppointmentImageInfoCollection) Constructor

Initializes a new instance of the AppointmentImagesEventArgs class with the specified settings.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v19.1.dll

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