constructor(appointment) Constructor
In This Article
Initializes a new instance of the ASPxClientAppointmentToolTipShowingEventArgs class.
#Declaration
TypeScript
constructor(
appointment: ASPxClientAppointment
)
#Parameters
Name | Type | Description |
---|---|---|
appointment | ASPx |
An ASPx |
See Also