Skip to main content

InitClientAppointmentEventArgs(Appointment, Dictionary<String, Object>) Constructor

Initializes a new instance of the InitClientAppointmentEventArgs class for the specified appointment with the specified property names.

Namespace: DevExpress.Web.ASPxScheduler

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

NuGet Package: DevExpress.Web.Scheduler

Declaration

public InitClientAppointmentEventArgs(
    Appointment appointment,
    Dictionary<string, object> properties
)

Parameters

Name Type Description
appointment Appointment

An Appointment object for which properties are retrieved.

properties Dictionary<String, Object>

A Dictionary<TKey,TValue><String,Object,> composed of property names and their values.

See Also