AppointmentClickEventArgs Members
Provides data for the ASPxClientScheduler.AppointmentClick and the ASPxClientScheduler.AppointmentDoubleClick events.Constructors
| Name | Description |
|---|---|
| constructor(appointmentId, sourceEvent) | Initializes a new instance of the class. |
Properties
| Name | Description |
|---|---|
| appointmentId | Gets the client appointment ID for the appointment being clicked. |
| handled | Gets or sets whether an event is handled, and that default actions are not required. |
| htmlElement | Gets the HTML element that the event was triggered on. |
See Also