constructor(appointment) Constructor
Initializes a new instance of the ASPxClientAppointmentToolTipShowingEventArgs class.
Declaration
constructor(
appointment: ASPxClientAppointment
)
Parameters
Name | Type | Description |
---|---|---|
appointment | ASPxClientAppointment | An ASPxClientAppointment object representing the appointment. |
See Also