Back to Devexpress

AppointmentImagesEventArgs Class

aspnet-devexpress-dot-web-dot-aspxscheduler-9ad74291.md

latest1.8 KB
Original Source

AppointmentImagesEventArgs Class

Provides data for the ASPxScheduler.InitAppointmentImages event.

Namespace : DevExpress.Web.ASPxScheduler

Assembly : DevExpress.Web.ASPxScheduler.v25.2.dll

NuGet Package : DevExpress.Web.Scheduler

Declaration

csharp
public class AppointmentImagesEventArgs :
    EventArgs
vb
Public Class AppointmentImagesEventArgs
    Inherits EventArgs

AppointmentImagesEventArgs is the data class for the following events:

Remarks

The ASPxScheduler.InitAppointmentImages event occurs before an appointment is painted when its images are initialized. The AppointmentImagesEventArgs class introduces the AppointmentImagesEventArgs.ImageInfoList property that specifies the images to be displayed within the appointment.

Inheritance

Object EventArgs AppointmentImagesEventArgs

See Also

AppointmentImagesEventArgs Members

DevExpress.Web.ASPxScheduler Namespace