AppointmentClickEventArgs Interface
In This Article
#Declaration
TypeScript
interface AppointmentClickEventArgs extends EventArgs
#Remarks
IMPORTANT
Bootstrap Controls for ASP.
#Properties
#appointmentId Property
#Declaration
TypeScript
readonly appointmentId: string
#Property Value
Type |
---|
string |
#handled Property
#Declaration
TypeScript
readonly handled: boolean
#Property Value
Type |
---|
boolean |
#htmlElement Property
#Declaration
TypeScript
readonly htmlElement: Object
#Property Value
Type |
---|
Object |